Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mxsnoop.sh: exit-msg, take argument as string
  • Loading branch information
thomas committed Jan 21, 2022
1 parent e34ac59 commit 6c6defb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxsnoop/mxsnoop.sh
Expand Up @@ -27,7 +27,7 @@ BRIDGE=br01
TRANSPARENT=${TRANSPARENT:-}
STP=${STP:-}

function die() { echo $1; exit 1; }
function die() { echo "$1"; exit 1; }

type ip > /dev/null || \
die 'Error: Tools not available, check for ip command.'
Expand Down

0 comments on commit 6c6defb

Please sign in to comment.