1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diaspora_ynh.git synced 2024-09-03 18:26:13 +02:00

add pause after stop

This commit is contained in:
Développeur égaré 2015-05-31 13:05:07 +02:00
parent 1e9307fa15
commit c9ec729cdf

View file

@ -198,7 +198,9 @@ case "$1" in
restart|force-reload)
[ "$VERBOSE" != no ] && log_daemon_msg "Restarting $DESC" "$NAME"
do_stop
case "$?" in
ret=$?
sleep 5
case "$ret" in
0|1)
do_start
case "$?" in