From: Sergey Matveev Date: Sun, 7 Feb 2016 13:27:55 +0000 (+0300) Subject: bash is absolutely unnecessary for running the script X-Git-Tag: 5.6^2~4 X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=commitdiff_plain;h=deec76bf7766f00671dc43731672814917d76217 bash is absolutely unnecessary for running the script Signed-off-by: Sergey Matveev --- diff --git a/utils/addroute.sh b/utils/addroute.sh index 743bbd5..4c5672b 100755 --- a/utils/addroute.sh +++ b/utils/addroute.sh @@ -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.