libexec/shell in alpha_omega-0.0.87 vs libexec/shell in alpha_omega-0.0.88
- old
+ new
@@ -1,6 +1,7 @@
#!/bin/bash -e
+hst_this=$(hostname -s)
if ! echo "$hst_this" | egrep "^(admin|develop)"; then
# ssh into deploy host and run from there
exec bin/proxy $(basename $0) "$@"
exit 1
fi