Reloads wrong service on remove jitsi-meet-prosody.
This commit is contained in:
parent
f378d43e31
commit
643b2024c0
|
@ -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…
Reference in New Issue