bugfix whitespace
authorAJ ONeal <coolaj86@gmail.com>
Fri, 17 Jul 2020 04:59:41 +0000 (22:59 -0600)
committerAJ ONeal <aj@therootcompany.com>
Fri, 24 Jul 2020 20:43:50 +0000 (20:43 +0000)
vps-utils/cap-net-bind.sh

index 30f1fe56c4ed0444c03734d69acdc6de0e53844c..08f1fea56df743dca26ac95f542b93ea566f3f2b 100644 (file)
@@ -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