Explorar el 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 hace 9 años
padre
commit
343d82e98c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      debian/softether-vpnserver.init

+ 0 - 1
debian/softether-vpnserver.init

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