From 7adbd67afa08dc61eff61de648eb28d5526053fe Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 28 Oct 2016 21:00:52 +0100 Subject: [PATCH] Stop irc bouncer on irc remove --- src/freedombone-app-irc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedombone-app-irc b/src/freedombone-app-irc index e5de8b4c..40eaf692 100755 --- a/src/freedombone-app-irc +++ b/src/freedombone-app-irc @@ -386,6 +386,7 @@ function remove_irc { remove_completion_param configure_firewall_for_irc sed -i '/IRC /d' ${COMPLETION_FILE} sed -i '/znc 2> /d' /etc/crontab + stop_irc_bouncer if [ -d /home/znc ]; then userdel -r znc fi