Преглед изворни кода

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 пре 9 година
родитељ
комит
343d82e98c
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      debian/softether-vpnserver.init

+ 0 - 1
debian/softether-vpnserver.init

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