From 7a9283feca892f5544a063498940d705eaa26e21 Mon Sep 17 00:00:00 2001 From: Sefinek Date: Tue, 20 Aug 2024 08:44:10 +0200 Subject: [PATCH] Some update --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c4161ea..65739bd 100644 --- a/install.sh +++ b/install.sh @@ -71,7 +71,7 @@ invoking_user=$(logname) # Check if the service already exists if systemctl list-unit-files | grep -q '^abuseipdb-ufw.service'; then - echo "WARNING: abuseipdb-ufw.service is already installed" + echo "WARNING: abuseipdb-ufw.service is already installed!" read -rp "> Do you want to remove the existing service? [Yes/no]: " remove_existing remove_existing=$(echo "$remove_existing" | tr '[:upper:]' '[:lower:]')