We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b29b4 commit c950011Copy full SHA for c950011
scripts/start.sh
@@ -138,7 +138,7 @@ fi
138
if [[ "$RUN_SCRIPTS" == "1" ]] ; then
139
if [ -d "/var/www/html/scripts/" ]; then
140
# make scripts executable incase they aren't
141
- chmod -Rf 750 /var/www/html/scripts/*
+ chmod -Rf 750 /var/www/html/scripts/*; sync;
142
# run scripts in number order
143
for i in `ls /var/www/html/scripts/`; do /var/www/html/scripts/$i ; done
144
else
0 commit comments