From 3918e220d21c0083ac131daa73a7faa4bf4b3954 Mon Sep 17 00:00:00 2001 From: Galonza Peter Date: Mon, 18 Oct 2021 03:13:01 +0300 Subject: [PATCH] style --- src/wgd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wgd.sh b/src/wgd.sh index 7a96199..604dba6 100755 --- a/src/wgd.sh +++ b/src/wgd.sh @@ -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