mirror of https://github.com/apache/cloudstack.git
Issue #: 4203 restart java agent
This commit is contained in:
parent
387c9de437
commit
02837e04f5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue