aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/auto-build/prep-auto-build-upload3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/auto-build/prep-auto-build-upload b/scripts/auto-build/prep-auto-build-upload
index 6f252e48..22ad74c7 100755
--- a/scripts/auto-build/prep-auto-build-upload
+++ b/scripts/auto-build/prep-auto-build-upload
@@ -10,9 +10,12 @@ LOGFILE=/tmp/${DATE}_${TIME}_-_${SCRIPT}_-_${SYSTEM}.txt
BUILD_ROOT=/home/apt/www/auto-build
TODAYS_ROOT="${BUILD_ROOT}/${DATE}"
+
+chmod u+w "$BUILD_ROOT" >> $LOGFILE 2>&1
mkdir "${TODAYS_ROOT}" >> $LOGFILE 2>&1
mkdir "${TODAYS_ROOT}/logs" >> $LOGFILE 2>&1
chmod -R a+r "${BUILD_ROOT}" >> $LOGFILE 2>&1
chmod -R a-w "${BUILD_ROOT}" >> $LOGFILE 2>&1
chmod 0755 "${TODAYS_ROOT}" >> $LOGFILE 2>&1
chmod 0755 "${TODAYS_ROOT}/logs" >> $LOGFILE 2>&1
+chmod a-w "$BUILD_ROOT" >> $LOGFILE 2>&1