From f361e474b6ce9794eaf0dc30bf36a71e54497299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 11 Jan 2017 10:20:47 +0100 Subject: [PATCH] debian: make init.d script fail in case of any error --- debian/welco.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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