Explorar o código

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
DDGo %!s(int64=9) %!d(string=hai) anos
pai
achega
343d82e98c
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      debian/softether-vpnserver.init

+ 0 - 1
debian/softether-vpnserver.init

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