From a1a96e7d7d6c16775c16968626e20d8e2fd43d3d Mon Sep 17 00:00:00 2001 From: dk5ra Date: Thu, 1 Nov 2018 13:20:28 +0100 Subject: [PATCH] Update install_service.sh --- service/install_service.sh | 1 + 1 file changed, 1 insertion(+) 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