diff --git a/console-proxy/scripts/run.sh b/console-proxy/scripts/run.sh index 34eb5844415..4ea7608a8f5 100755 --- a/console-proxy/scripts/run.sh +++ b/console-proxy/scripts/run.sh @@ -1,11 +1,11 @@ #!/bin/bash -#run.sh runs the agent client. +#_run.sh runs the agent client. # set -x while true do - ./run.sh "$@" + ./_run.sh "$@" ex=$? if [ $ex -eq 0 ] || [ $ex -eq 1 ] || [ $ex -eq 66 ] || [ $ex -gt 128 ]; then exit $ex