Commit abf54ee7 authored by Salvatore Sanfilippo's avatar Salvatore Sanfilippo
Browse files

Merge pull request #494 from quiver/init-fixes

fix several bugs of init.d scripts
parents af3853c3 c4286fea
case "$1" in
start)
if [ -f $$PIDFILE ]
if [ -f $PIDFILE ]
then
echo "$PIDFILE exists, process is already running or crashed"
else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment