From 80e222e3d6cb7814db8af5c27525a795455e38b1 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 12 Jan 2022 23:16:01 -0300 Subject: [PATCH] Use --no-block --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ac3bd88..5e86d12 100755 --- a/install.sh +++ b/install.sh @@ -583,7 +583,7 @@ runScript() { else systemctl stop reflector.service 2>&1 | debug checkForSystemdUnit "systemd units" "graphical.target" - (systemctl start reflector.service &) + systemctl --no-block start reflector.service welcomeMsg="Welcome to CocoASAIS!" fi