From: AJ ONeal Date: Fri, 17 Jul 2020 04:59:41 +0000 (-0600) Subject: bugfix whitespace X-Git-Url: https://git.josue.xyz/?a=commitdiff_plain;h=cf41e2d9054dff611158e571c9d6dcfd81fe359a;p=webi-installers%2F.git bugfix whitespace --- 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