Browse Source

Reloads wrong service on remove jitsi-meet-prosody.

j8
Damian Minkov 10 years ago
parent
commit
643b2024c0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      debian/jitsi-meet-prosody.postrm

+ 1
- 1
debian/jitsi-meet-prosody.postrm View File

25
 case "$1" in
25
 case "$1" in
26
     remove)
26
     remove)
27
         if [ -x "/etc/init.d/prosody" ]; then
27
         if [ -x "/etc/init.d/prosody" ]; then
28
-            invoke-rc.d nginx reload
28
+            invoke-rc.d prosody reload
29
         fi
29
         fi
30
     ;;
30
     ;;
31
 
31
 

Loading…
Cancel
Save