From 343d82e98c12a3a12a6b05f867bb122e66cb97cd Mon Sep 17 00:00:00 2001 From: DDGo Date: Tue, 29 Nov 2016 18:22:26 +0100 Subject: [PATCH] Remove blank line at the start from init file There was a blank line at the start of the file before #! /bin/sh, which declares which interpeter it has to use. With this blank line the init script will not work and will throw error "exit status 1", meaning the deamon doesn't start. This simple edit to the file will fix that --- debian/softether-vpnserver.init | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/softether-vpnserver.init b/debian/softether-vpnserver.init index 51baa221..8b815579 100644 --- a/debian/softether-vpnserver.init +++ b/debian/softether-vpnserver.init @@ -1,4 +1,3 @@ - #! /bin/sh ### BEGIN INIT INFO