提交 bd9250db 编写于 作者: K Kohsuke Kawaguchi

Merging pull request #43

* pull-43:
  Replace Hudson in another location.
......@@ -207,12 +207,12 @@ case "$1" in
status)
get_daemon_status
case "$?" in
0) echo "Hudson is running with the pid `cat $PIDFILE`";;
0) echo "$DESC is running with the pid `cat $PIDFILE`";;
*)
get_running
procs=$?
if [ $procs -eq 0 ]; then
echo -n "Hudson is not running"
echo -n "$DESC is not running"
if [ -f $PIDFILE ]; then
echo ", but the pidfile ($PIDFILE) still exists"
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册