Skip to content

Commit

Permalink
Merge pull request #23 from bechampion/bash_guard
Browse files Browse the repository at this point in the history
NOJ - added bash guards
  • Loading branch information
gr211 authored Jul 8, 2024
2 parents b50d4a6 + 1b7549c commit 62d69bd
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 62d69bd

Please sign in to comment.