Update 4_server-compile.sh

This commit is contained in:
bash
2024-08-27 14:11:55 +02:00
committed by GitHub
parent 22865cc4ae
commit 9b2bc6c977

View File

@@ -31,9 +31,9 @@ then
########################################################################################## ##########################################################################################
# Ensure all folder and files are accesible for the current user # set folder rights to current user
########################################################################################## ##########################################################################################
sudo find ${ROOT_DIR}/_server/ -user root -exec sudo chown $USER: {} + sudo chown -R $USER ${ROOT_DIR}
echo "Executed..." echo "Executed..."