From: Michael Tremer Date: Tue, 8 Jan 2019 15:14:01 +0000 (+0100) Subject: core127: Ship updated proxy.cgi and regenerate configuration X-Git-Tag: v2.21-core127~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0c4ed1783d665d6f341d00e506395c507198807;p=ipfire-2.x.git core127: Ship updated proxy.cgi and regenerate configuration Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/127/filelists/files b/config/rootfiles/core/127/filelists/files index 0416427be5..cb705e3c18 100644 --- a/config/rootfiles/core/127/filelists/files +++ b/config/rootfiles/core/127/filelists/files @@ -8,4 +8,5 @@ etc/rc.d/init.d/unbound srv/web/ipfire/cgi-bin/dnsforward.cgi srv/web/ipfire/cgi-bin/ids.cgi srv/web/ipfire/cgi-bin/ovpnmain.cgi +srv/web/ipfire/cgi-bin/proxy.cgi srv/web/ipfire/cgi-bin/vpnmain.cgi diff --git a/config/rootfiles/core/127/update.sh b/config/rootfiles/core/127/update.sh index 624ebe492c..a8a206eab7 100644 --- a/config/rootfiles/core/127/update.sh +++ b/config/rootfiles/core/127/update.sh @@ -45,6 +45,9 @@ ldconfig # Update Language cache /usr/local/bin/update-lang-cache +# Regenerate squid configuration file +sudo -u nobody /srv/web/ipfire/cgi-bin/proxy.cgi + # Start services /etc/init.d/unbound restart /etc/init.d/squid start