Reloads wrong service on remove jitsi-meet-prosody.

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

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

Loading…
Cancel
Save