From 86c803e7a56ab0734e8d4a8544b4726d95eaf081 Mon Sep 17 00:00:00 2001 From: Wiebe Cazemier Date: Sat, 2 Oct 2021 14:46:02 +0200 Subject: [PATCH] Ignore errors in postrm debian script --- debian/postrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postrm b/debian/postrm index 1c89c19..8913ed2 100755 --- a/debian/postrm +++ b/debian/postrm @@ -2,5 +2,5 @@ if [[ "$1" != "upgrade" ]]; then echo "Disabling FlashMQ systemd service" - systemctl disable flashmq.service + systemctl disable flashmq.service || echo "Ignoring..." fi -- libgit2 0.21.4