]> the.earth.li Git - onak.git/commitdiff
Don't ignore errors in newly added Debian prerm script
authorJonathan McDowell <noodles@earth.li>
Tue, 30 Sep 2014 08:51:10 +0000 (09:51 +0100)
committerJonathan McDowell <noodles@earth.li>
Tue, 30 Sep 2014 08:51:10 +0000 (09:51 +0100)
debian/prerm

index 7fdade534a44aba6567fcb495efc5a94258aa9d1..e3b75c4c29f7857eea3ad3af2d5bd1813cd3c89f 100644 (file)
@@ -1,5 +1,7 @@
 #! /bin/sh
 
+set -e
+
 # If keyd was enabled then make sure to stop it.
 if grep -q -E '^use_keyd *(true|yes|1)$' /etc/onak.conf; then
     invoke-rc.d onak stop || exit $?