소스 검색

package/openvpn: get rid of -e in S60openvpn shebang

The -e switch makes the script terminate on error from
start-stop-daemon, rendering unreachable the code that checks the exit
status.

There is no need in the -e switch in the first place either, as the
script takes care of errors handling.

Signed-off-by: Sergey Organov <sorganov@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Sergey Organov 2 년 전
부모
커밋
28ca1da234
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package/openvpn/S60openvpn

+ 1 - 1
package/openvpn/S60openvpn

@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/sh
 #
 #
 # Original version by Robert Leslie
 # Original version by Robert Leslie
 # <rob@mars.org>, edited by iwj and cs
 # <rob@mars.org>, edited by iwj and cs