Update 2_source-update.sh

This commit is contained in:
bash
2024-08-27 14:10:08 +02:00
committed by GitHub
parent 43bf7cc14b
commit 993f1eb6c5

View File

@@ -35,6 +35,12 @@ then
git -C ${ROOT_DIR}/_download/modules/mod-ah-bot reset --hard origin/${AC_MODE_AHBOT_REPO_BRANCH}
##########################################################################################
# set folder rights to current user
##########################################################################################
sudo chown -R $USER ${ROOT_DIR}
echo "Executed..."
fi