Some update
This commit is contained in:
parent
68e7eb4ed7
commit
7a9283feca
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ invoking_user=$(logname)
|
||||||
|
|
||||||
# Check if the service already exists
|
# Check if the service already exists
|
||||||
if systemctl list-unit-files | grep -q '^abuseipdb-ufw.service'; then
|
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
|
read -rp "> Do you want to remove the existing service? [Yes/no]: " remove_existing
|
||||||
|
|
||||||
remove_existing=$(echo "$remove_existing" | tr '[:upper:]' '[:lower:]')
|
remove_existing=$(echo "$remove_existing" | tr '[:upper:]' '[:lower:]')
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue