Merge pull request #385 from dk5ra/develop

Update install_service.sh add status msg for service removed
This commit is contained in:
Bastian Schroll 2018-11-05 11:07:56 +01:00 committed by GitHub
commit 3300e88f5c
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
rm /etc/systemd/system/boswatch.service
echo "BosWatch service removed"
else # error handling
echo "Invalid input - please try again"
exit 1