mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
修复entrypoint判断
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user