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
echo_failure
echo
rm -f "$lockfile"
fi
else
echo_success
@ -71,8 +72,6 @@ stop() {
fi
}