diff options
author | Frédéric Péters <fpeters@entrouvert.com> | 2017-01-11 09:20:47 (GMT) |
---|---|---|
committer | Frédéric Péters <fpeters@entrouvert.com> | 2017-01-11 09:20:47 (GMT) |
commit | f361e474b6ce9794eaf0dc30bf36a71e54497299 (patch) | |
tree | efac426d11fdfdc99a0acec28bb8bc5c8dda8f7b /debian | |
parent | 0a82a3ad227a877cd18d5f6542c88114b8bc5b20 (diff) | |
download | welco-f361e474b6ce9794eaf0dc30bf36a71e54497299.zip welco-f361e474b6ce9794eaf0dc30bf36a71e54497299.tar.gz welco-f361e474b6ce9794eaf0dc30bf36a71e54497299.tar.bz2 |
debian: make init.d script fail in case of any errorv0.42
Diffstat (limited to 'debian')
-rw-r--r-- | debian/welco.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/welco.init b/debian/welco.init index deab69c..be90e78 100644 --- a/debian/welco.init +++ b/debian/welco.init @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e ### BEGIN INIT INFO # Provides: welco # Required-Start: $network $local_fs $remote_fs $syslog |