Update runScript()

This commit is contained in:
Santiago Lo Coco 2022-01-05 23:41:04 -03:00
parent 6244f2e35d
commit b9c91de208
1 changed files with 2 additions and 2 deletions

View File

@ -557,9 +557,9 @@ runScript() {
if [ $i -gt 0 ]; then
welcomeMsg="Welcome back to CocoASAIS!"
else
systemctl stop reflector.service
systemctl stop reflector.service 2>&1 | debug
checkForSystemdUnit "systemd units" "graphical.target"
systemctl start reflector.service &
(systemctl start reflector.service &)
welcomeMsg="Welcome to CocoASAIS!"
fi