From cf41e2d9054dff611158e571c9d6dcfd81fe359a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 16 Jul 2020 22:59:41 -0600 Subject: [PATCH] bugfix whitespace --- vps-utils/cap-net-bind.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vps-utils/cap-net-bind.sh b/vps-utils/cap-net-bind.sh index 30f1fe5..08f1fea 100644 --- a/vps-utils/cap-net-bind.sh +++ b/vps-utils/cap-net-bind.sh @@ -5,7 +5,7 @@ set -u my_bin="$1" - if [ -z "$(which $my_bin)"]; then + if [ -z "$(which $my_bin)" ]; then echo "'$my_bin' not found" exit 1 fi -- 2.25.1