瀏覽代碼

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