modify service.sh

pull/26/head
ibuler 2015-12-19 22:08:56 +08:00
parent 75b307105b
commit 52566cb562
1 changed files with 1 additions and 2 deletions

View File

@ -64,6 +64,7 @@ stop() {
else else
echo_failure echo_failure
echo echo
rm -f "$lockfile"
fi fi
else else
echo_success echo_success
@ -71,8 +72,6 @@ stop() {
fi fi
} }