From: Jan Paul Tuecking Date: Tue, 15 Jun 2010 12:23:58 +0000 (+0200) Subject: Removed check output. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be49f640ac351bf2aa2ae761930256fe43d61359;p=ipfire.org.git Removed check output. --- 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 ;; *)