mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Issue #: 4203 restart java agent
This commit is contained in:
parent
5bd4c7afbf
commit
c9da15ff5e
@ -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…
x
Reference in New Issue
Block a user