Merge pull request #494 from quiver/init-fixes
fix several bugs of init.d scripts
This commit is contained in:
commit
abf54ee73c
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
start)
|
start)
|
||||||
if [ -f $$PIDFILE ]
|
if [ -f $PIDFILE ]
|
||||||
then
|
then
|
||||||
echo "$PIDFILE exists, process is already running or crashed"
|
echo "$PIDFILE exists, process is already running or crashed"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user