mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
add PATH in cjserver.start/stop
This commit is contained in:
parent
bb6c3f9e78
commit
d9c7efdf4d
@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
PATH=/usr/bin/:/usr/local/bin/:/sbin/:$PATH
|
||||||
|
|
||||||
PID=`pidof cjserver`
|
PID=`pidof cjserver`
|
||||||
if [ ! -z "${PID}" ]
|
if [ ! -z "${PID}" ]
|
||||||
then
|
then
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
PATH=/usr/bin/:/usr/local/bin/:/sbin/:$PATH
|
||||||
|
|
||||||
PID=`pidof cjserver`
|
PID=`pidof cjserver`
|
||||||
if [ ! -z "${PID}" ]
|
if [ ! -z "${PID}" ]
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user