diff --git a/update.sh b/update.sh index 99c4b90..231d986 100755 --- a/update.sh +++ b/update.sh @@ -90,7 +90,7 @@ do cp systemd/$systemdConfig /usr/local/lib/systemd/system/$systemdConfig chmod 644 /usr/local/lib/systemd/system/$systemdConfig systemctl daemon-reload - /systemctl --quiet is-active $systemdConfig && systemctl --quiet reload $systemdConfig + systemctl --quiet is-active $systemdConfig && systemctl --quiet reload $systemdConfig echo "systemd/$systemdConfig updated" echo fi