mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/bitlbee: Fix restart command.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a47d0333a5
commit
5f4c70254f
1 changed files with 11 additions and 11 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue