mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-22 15:20:09 +01:00
style
This commit is contained in:
parent
c3eaaed43b
commit
3918e220d2
@ -49,7 +49,7 @@ check_wgd_status(){
|
||||
return 1
|
||||
fi
|
||||
else
|
||||
if ps aux | grep -v grep |grep '[p]ython3 '$app_name > /dev/null; then
|
||||
if ps aux | grep -v grep | grep '[p]ython3 '$app_name > /dev/null; then
|
||||
return 0
|
||||
else
|
||||
return 1
|
||||
|
Loading…
Reference in New Issue
Block a user