From 31339b6b81b4d543c49bbe4ccffce2c35f3826f8 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Fri, 12 May 2023 16:04:34 -0700 Subject: [PATCH] remove leading slash mistake --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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