From 1b7549c136eb9e2fe78a308ca063c97dcab42656 Mon Sep 17 00:00:00 2001 From: Romain Gallet Date: Mon, 8 Jul 2024 11:43:45 +0200 Subject: [PATCH] NOJ - added bash guards --- build-aux/scripts/split.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-aux/scripts/split.sh b/build-aux/scripts/split.sh index 3b269aa..45c7ca5 100644 --- a/build-aux/scripts/split.sh +++ b/build-aux/scripts/split.sh @@ -4,6 +4,8 @@ set -e +if [ -z "$BASH" ]; then echo "Please run this script $0 with bash"; exit; fi + CONFIG_FILE=/etc/vpnc/splitvpn RUNNING_FROM_OPENCONNECT=false