Update install_service.sh

This commit is contained in:
dk5ra 2018-11-01 13:20:28 +01:00 committed by GitHub
parent 3265c51316
commit a1a96e7d7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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