From be49f640ac351bf2aa2ae761930256fe43d61359 Mon Sep 17 00:00:00 2001 From: Jan Paul Tuecking Date: Tue, 15 Jun 2010 14:23:58 +0200 Subject: [PATCH] Removed check output. --- www/webapp.init | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/webapp.init b/www/webapp.init index 42079830..7fda8376 100755 --- a/www/webapp.init +++ b/www/webapp.init @@ -33,11 +33,12 @@ case "$1" in check) if ps ax | grep -v grep | grep webapp.py > /dev/null then - echo "webapp is running..." + : +# echo "webapp is running..." else echo "webapp is not running!" $0 start - fi + fi ;; *) -- 2.47.3