mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 00:01:10 +08:00
24w22a
This commit is contained in:
parent
b6c4dbbf9c
commit
45b99393e6
1 changed files with 7 additions and 3 deletions
|
|
@ -22,6 +22,10 @@ fi
|
||||||
|
|
||||||
/data/${APPLICATION}/${APPLICATION} -cfg /data/${APPLICATION}/config/config.toml > /data/${APPLICATION}/log/run.log 2>&1 &
|
/data/${APPLICATION}/${APPLICATION} -cfg /data/${APPLICATION}/config/config.toml > /data/${APPLICATION}/log/run.log 2>&1 &
|
||||||
|
|
||||||
while true; do
|
sleep 30
|
||||||
sleep 1
|
|
||||||
done
|
while [[ true ]]; do
|
||||||
|
# 健康检查
|
||||||
|
curl -f http://localhost:8080/api/healthcheck || exit 1
|
||||||
|
sleep 120
|
||||||
|
done
|
||||||
Loading…
Add table
Add a link
Reference in a new issue