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.
2 parents 28f7fbd + c950011 commit 03b7770Copy full SHA for 03b7770
scripts/start.sh
@@ -187,7 +187,7 @@ fi
187
if [[ "$RUN_SCRIPTS" == "1" ]] ; then
188
if [ -d "/var/www/html/scripts/" ]; then
189
# make scripts executable incase they aren't
190
- chmod -Rf 750 /var/www/html/scripts/*
+ chmod -Rf 750 /var/www/html/scripts/*; sync;
191
# run scripts in number order
192
for i in `ls /var/www/html/scripts/`; do /var/www/html/scripts/$i ; done
193
else
0 commit comments