Update 02-script-setup.bash

pull/1/head
RandomNinjaAtk 4 years ago committed by GitHub
parent 9914c6a2cf
commit b657f88b9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -114,7 +114,9 @@ if [ ! -f "/config/scripts/sab-config-updated" ]; then
fi
fi
# start cron
service cron stop
if [ -f "/config/scripts/sab-config-updated" ]; then
# stop cron
service cron stop
fi
fi
exit 0

Loading…
Cancel
Save