Parcourir la source

Stop irc bouncer on irc remove

Bob Mottram il y a 8 ans
Parent
révision
7adbd67afa
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      src/freedombone-app-irc

+ 1
- 0
src/freedombone-app-irc Voir le fichier

@@ -386,6 +386,7 @@ function remove_irc {
386 386
     remove_completion_param configure_firewall_for_irc
387 387
     sed -i '/IRC /d' ${COMPLETION_FILE}
388 388
     sed -i '/znc 2> /d' /etc/crontab
389
+    stop_irc_bouncer
389 390
     if [ -d /home/znc ]; then
390 391
         userdel -r znc
391 392
     fi