diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst index 745ffdf..cbcb209 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,6 +1,6 @@ #!/bin/sh -##set -x +set -e CONFIG=/etc/default/mailgraph CONFIG_BAK=/etc/default/mailgraph.bak |