1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-06-30 22:50:14 +02:00
This commit is contained in:
Galonza Peter 2021-10-18 03:13:01 +03:00
parent c3eaaed43b
commit 3918e220d2

View File

@ -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