Update runScript()
This commit is contained in:
parent
6244f2e35d
commit
b9c91de208
|
@ -557,9 +557,9 @@ runScript() {
|
||||||
if [ $i -gt 0 ]; then
|
if [ $i -gt 0 ]; then
|
||||||
welcomeMsg="Welcome back to CocoASAIS!"
|
welcomeMsg="Welcome back to CocoASAIS!"
|
||||||
else
|
else
|
||||||
systemctl stop reflector.service
|
systemctl stop reflector.service 2>&1 | debug
|
||||||
checkForSystemdUnit "systemd units" "graphical.target"
|
checkForSystemdUnit "systemd units" "graphical.target"
|
||||||
systemctl start reflector.service &
|
(systemctl start reflector.service &)
|
||||||
welcomeMsg="Welcome to CocoASAIS!"
|
welcomeMsg="Welcome to CocoASAIS!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue