diff --git a/scripts/prerm.sh b/scripts/prerm.sh
index f26af7a710602c89b2a15be92451d7b5a5c36f48..91068180bec05aaeaf6c74d0080dee7aa81a6914 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