From 8f7b61291f6ac4786593a2a5aa2151bdcff8b669 Mon Sep 17 00:00:00 2001 From: Christian Meis Date: Wed, 5 Jan 2022 14:44:02 +0100 Subject: [PATCH] Add quotes --- scripts/prerm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prerm.sh b/scripts/prerm.sh index f26af7a7..91068180 100755 --- a/scripts/prerm.sh +++ b/scripts/prerm.sh @@ -3,7 +3,7 @@ set -e # Stop systemd service if [ -d /run/systemd/system ]; then - if [ "$1" = remove ] || [ "$1" = "0" ]; then + if [ "$1" = "remove" ] || [ "$1" = "0" ]; then echo "Stopping ntfy.service ..." if [ -x /usr/bin/deb-systemd-invoke ]; then deb-systemd-invoke stop 'ntfy.service' >/dev/null || true