]> git.pld-linux.org Git - packages/tomcat.git/commitdiff
fix status exit code
authorElan Ruusamäe <glen@delfi.ee>
Thu, 19 Dec 2013 14:09:04 +0000 (16:09 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 19 Dec 2013 14:09:04 +0000 (16:09 +0200)
apache-tomcat.init

index ff0a2fa0aaeac33462c8c37c6b44b20091b67bd8..591ad99f5f99c484d6ed3cb42644edec3f8ffa77 100755 (executable)
@@ -133,6 +133,7 @@ case "$1" in
        ;;
   status)
        status --pidfile /var/run/tomcat.pid tomcat tomcat
+       exit $?
        ;;
   *)
        msg_usage "$0 {start|stop|restart|try-restart|force-reload|status}"
This page took 0.084139 seconds and 4 git commands to generate.