X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=vps-utils%2Fcap-net-bind.sh;fp=vps-utils%2Fcap-net-bind.sh;h=08f1fea56df743dca26ac95f542b93ea566f3f2b;hb=cf41e2d9054dff611158e571c9d6dcfd81fe359a;hp=30f1fe56c4ed0444c03734d69acdc6de0e53844c;hpb=054d7baee490e2b379d9431857f3b0d893908b2c;p=webi-installers%2F.git 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