Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4433910

Browse files
Fix healthcheck script
1 parent5c29b93 commit4433910

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎scripts/supervisor-healthcheck.sh‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
#!/bin/bash
22

3-
python healthcheck.py| grep -qv"'statename': 'FATAL'"
4-
if(($(echo$?)!= "0"));then
5-
supervisorctl start all
6-
echo"Starting All Services"
7-
fi
3+
python healthcheck.py| grep -qv"'statename': 'FATAL'"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp