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
|
||||
|
||||
PATH=/usr/bin/:/usr/local/bin/:/sbin/:$PATH
|
||||
|
||||
PID=`pidof cjserver`
|
||||
if [ ! -z "${PID}" ]
|
||||
then
|
||||
|
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
PATH=/usr/bin/:/usr/local/bin/:/sbin/:$PATH
|
||||
|
||||
PID=`pidof cjserver`
|
||||
if [ ! -z "${PID}" ]
|
||||
then
|
||||
|
Loading…
x
Reference in New Issue
Block a user