This commit is contained in:
TotallyNotElite 2018-12-01 17:33:49 +01:00
parent bc157fcadd
commit b4fa37d1ac

View File

@ -10,5 +10,5 @@ if [ ! -f ./scripts/updater-preferences ]; then
done done
fi fi
if [ `cat ./scripts/updater-preferences` == "true" ]; then if [ `cat ./scripts/updater-preferences` == "true" ]; then
./scripts/run-update & ./scripts/run-updater &
fi fi