]> git.ipfire.org Git - ipfire.org.git/commitdiff
Removed check output.
authorJan Paul Tuecking <earl@ipfire.org>
Tue, 15 Jun 2010 12:23:58 +0000 (14:23 +0200)
committerJan Paul Tuecking <earl@ipfire.org>
Tue, 15 Jun 2010 12:23:58 +0000 (14:23 +0200)
www/webapp.init

index 42079830f788991d7bc38f0047112cf1a3f13932..7fda8376c95da5a83805e8128594ce604b6d3b93 100755 (executable)
@@ -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
                ;;
                
                *)