mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
Update install_service.sh
This commit is contained in:
parent
3265c51316
commit
a1a96e7d7d
|
|
@ -45,6 +45,7 @@ elif [ "$action" == "r" ]; then # we want to remove the service
|
||||||
|
|
||||||
# and remove it
|
# and remove it
|
||||||
rm /etc/systemd/system/boswatch.service
|
rm /etc/systemd/system/boswatch.service
|
||||||
|
echo "BosWatch service removed"
|
||||||
else # error handling
|
else # error handling
|
||||||
echo "Invalid input - please try again"
|
echo "Invalid input - please try again"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue