1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

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
This commit is contained in:
DDGo 2016-11-29 18:22:26 +01:00 committed by GitHub
parent 4df2eb4f9c
commit 343d82e98c

View File

@ -1,4 +1,3 @@
#! /bin/sh
### BEGIN INIT INFO