diff --git a/service/install_service.sh b/service/install_service.sh index 2789a35..d97dc40 100644 --- a/service/install_service.sh +++ b/service/install_service.sh @@ -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