From 22865cc4aee5dd63b9a853d2c9dc99ad7d2bc4dc Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Tue, 27 Aug 2024 14:10:41 +0200 Subject: [PATCH] Update 1_source-install.sh --- script/1_source-install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/script/1_source-install.sh b/script/1_source-install.sh index 8919b9c..2a0a941 100755 --- a/script/1_source-install.sh +++ b/script/1_source-install.sh @@ -59,6 +59,12 @@ then ########################################################################################## cd ${ROOT_DIR}/_download/azerothcore && git remote add upstream https://github.com/azerothcore/azerothcore-wotlk.git + + ########################################################################################## + # set folder rights to current user + ########################################################################################## + sudo chown -R $USER ${ROOT_DIR} + echo "Executed..."