Update 3_server-build.sh

This commit is contained in:
bash
2024-08-27 14:12:31 +02:00
committed by GitHub
parent 9b2bc6c977
commit 7b1789c686

View File

@@ -26,6 +26,10 @@ then
unzip ${ROOT_DIR}/_data/data.zip -d ${DATAPATH} || exit 1
##########################################################################################
# set folder rights to current user
##########################################################################################
sudo chown -R $USER ${ROOT_DIR}
echo "Executed..."