network/bitlbee: Fix restart command.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
William G Gardella 2015-08-29 06:32:50 +07:00 committed by Willy Sudiarto Raharjo
parent a47d0333a5
commit 5f4c70254f

View file

@ -59,9 +59,9 @@ case "$1" in
bitlbee_stop
;;
restart)
bitlbee_start
sleep 3
bitlbee_stop
sleep 3
bitlbee_start
;;
*)
echo "Usage: $(basename $0) {start|stop|restart}"