diff options
Diffstat (limited to 'debian/i3status.postinst')
-rw-r--r-- | debian/i3status.postinst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/i3status.postinst b/debian/i3status.postinst index bf67a48..7a385c8 100644 --- a/debian/i3status.postinst +++ b/debian/i3status.postinst @@ -1,5 +1,7 @@ #!/bin/sh +set -e + # Allow users to get the speed of ethernet interfaces. This is not a security # issue as i3status only queries the speed, it does not change any # configuration. |