Skip to content

Commit

Permalink
NOJ - added bash guards
Browse files Browse the repository at this point in the history
  • Loading branch information
gr211 committed Jul 8, 2024
1 parent b50d4a6 commit 1b7549c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-aux/scripts/split.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1b7549c

Please sign in to comment.