fixed a bug in rc.piler

This commit is contained in:
SJ 2012-07-06 15:18:08 +02:00
parent baa062cc0a
commit 7c01bfe89d

View File

@ -13,7 +13,7 @@ start() {
stop() { stop() {
echo "stopping piler" echo "stopping piler"
killall ${NAME} kill ${PID_NUMBER}
} }
check_status(){ check_status(){