From 02837e04f52ef0c12e3f4e0e397d6249a44ee3a4 Mon Sep 17 00:00:00 2001 From: Chiradeep Vittal Date: Fri, 27 Aug 2010 18:22:22 -0700 Subject: [PATCH] Issue #: 4203 restart java agent --- console-proxy/scripts/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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