修复entrypoint判断

This commit is contained in:
hanhh
2021-06-16 23:54:15 +08:00
parent bc0044d119
commit f345f362e4
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -301,6 +301,8 @@ update_qinglong() {
}
reload_pm2() {
pm2 l >/dev/null 2>&1
if [[ $(pm2 info panel 2>/dev/null) ]]; then
pm2 reload panel >/dev/null 2>&1
else