Skip to content

Commit

Permalink
add PATH in cjserver.start/stop
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwu committed Apr 11, 2014
1 parent bb6c3f9 commit d9c7efd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/cjserver.start
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

PATH=/usr/bin/:/usr/local/bin/:/sbin/:$PATH

PID=`pidof cjserver`
if [ ! -z "${PID}" ]
then
Expand Down
2 changes: 2 additions & 0 deletions script/cjserver.stop
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

PATH=/usr/bin/:/usr/local/bin/:/sbin/:$PATH

PID=`pidof cjserver`
if [ ! -z "${PID}" ]
then
Expand Down

0 comments on commit d9c7efd

Please sign in to comment.