remove leading slash mistake
This commit is contained in:
parent
7149c743cc
commit
31339b6b81
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user