No proxychains

This commit is contained in:
Bob Mottram 2016-10-29 11:21:25 +01:00
parent ff543a91e2
commit 71f72ceccd
1 changed files with 3 additions and 3 deletions

View File

@ -59,10 +59,10 @@ function start_irc_bouncer {
update_default_domain
if [ ! -f /home/znc/.znc/znc.pem ]; then
# no certificate exists
su -c 'proxychains znc -p' - znc
su -c 'znc -p' - znc
else
# an existing certificate is being used
su -c 'proxychains znc' - znc
su -c 'znc' - znc
fi
}
@ -578,7 +578,7 @@ function install_irc_bouncer {
return
fi
apt-get -yq -t jessie-backports install znc proxychains
apt-get -yq -t jessie-backports install znc
adduser --disabled-login --gecos 'znc' znc