Issue #: 4203 restart java agent

This commit is contained in:
Chiradeep Vittal 2010-08-27 18:22:22 -07:00
parent 5bd4c7afbf
commit c9da15ff5e

View File

@ -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