Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDDGo <Wiki13@hotmail.nl>2016-11-29 20:22:26 +0300
committerGitHub <noreply@github.com>2016-11-29 20:22:26 +0300
commit343d82e98c12a3a12a6b05f867bb122e66cb97cd (patch)
treeef2a3a5c2e6569085e5fce7a5c079a42d96e9f16
parent4df2eb4f9c2a8cf50e0123496bc20470edc21dc4 (diff)
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
-rw-r--r--debian/softether-vpnserver.init1
1 files changed, 0 insertions, 1 deletions
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