]> Cypherpunks.ru repositories - govpn.git/commitdiff
bash is absolutely unnecessary for running the script
authorSergey Matveev <stargrave@stargrave.org>
Sun, 7 Feb 2016 13:27:55 +0000 (16:27 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 12 Feb 2016 07:52:32 +0000 (10:52 +0300)
Signed-off-by: Sergey Matveev <stargrave@stargrave.org>
utils/addroute.sh

index 743bbd597d0d8ffc681761d2f6faa818c8133c0b..4c5672b825b47d2cd12deb9d5ab3775033774b04 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash -x
+#!/bin/sh -x
 
 # A simple script handling default routing for GoVPN,
 # inspired by vpnc-script, but much simpler.