mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
network/jabberd2: Fix startup script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
05a459bbd1
commit
1719935dac
2 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=jabberd2
|
||||
VERSION=${VERSION:-2.2.17}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -34,6 +34,7 @@ restart)
|
|||
jabberd2_stop
|
||||
sleep 2
|
||||
jabberd2_start
|
||||
;;
|
||||
*)
|
||||
echo "Usage $0 (start|stop|restart|status)"
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue