remove leading slash mistake

This commit is contained in:
Matthew Saunders Brown 2023-05-12 16:04:34 -07:00
parent 7149c743cc
commit 31339b6b81

View File

@ -90,7 +90,7 @@ do
cp systemd/$systemdConfig /usr/local/lib/systemd/system/$systemdConfig cp systemd/$systemdConfig /usr/local/lib/systemd/system/$systemdConfig
chmod 644 /usr/local/lib/systemd/system/$systemdConfig chmod 644 /usr/local/lib/systemd/system/$systemdConfig
systemctl daemon-reload 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 "systemd/$systemdConfig updated"
echo echo
fi fi