Reloads wrong service on remove jitsi-meet-prosody.

pull/307/head
Damian Minkov 11 years ago
parent f378d43e31
commit 643b2024c0
  1. 2
      debian/jitsi-meet-prosody.postrm

@ -25,7 +25,7 @@ set -e
case "$1" in case "$1" in
remove) remove)
if [ -x "/etc/init.d/prosody" ]; then if [ -x "/etc/init.d/prosody" ]; then
invoke-rc.d nginx reload invoke-rc.d prosody reload
fi fi
;; ;;

Loading…
Cancel
Save