projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
054d7ba
)
bugfix whitespace
author
AJ ONeal
<coolaj86@gmail.com>
Fri, 17 Jul 2020 04:59:41 +0000
(22:59 -0600)
committer
AJ ONeal
<aj@therootcompany.com>
Fri, 24 Jul 2020 20:43:50 +0000
(20:43 +0000)
vps-utils/cap-net-bind.sh
patch
|
blob
|
history
diff --git
a/vps-utils/cap-net-bind.sh
b/vps-utils/cap-net-bind.sh
index 30f1fe56c4ed0444c03734d69acdc6de0e53844c..08f1fea56df743dca26ac95f542b93ea566f3f2b 100644
(file)
--- 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