libexec/dna in alpha_omega-0.0.196 vs libexec/dna in alpha_omega-0.0.197
- old
+ new
@@ -1,16 +1,6 @@
#!/bin/bash -e
-hst_this=$(hostname -s)
-if ! echo "$hst_this" | egrep -q "^(admin|develop)"; then
- # unless the .ao_no_proxy file exists
- if [[ ! -f ".ao_no_proxy" ]]; then
- # ssh into deploy host and run from there
- exec bin/proxy $(basename $0) "$@"
- exit 1
- fi
-fi
-
export LOCAL_ONLY=true
case "$(basename $0)" in
invoke)
export COMMAND="$1"; shift