From 8789de86786951f4a6e8f625a4f8ebdb5b6727c4 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 23 Dec 2013 14:36:19 +0100 Subject: [PATCH] fifteen: Adjust path to firewall converter scripts. --- config/rootfiles/core/fifteen/update.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/core/fifteen/update.sh b/config/rootfiles/core/fifteen/update.sh index 3ea5ec596b..229fc2ee11 100644 --- a/config/rootfiles/core/fifteen/update.sh +++ b/config/rootfiles/core/fifteen/update.sh @@ -53,10 +53,10 @@ rm -f /etc/rc.d/init.d/networking/red.up/26-xtaccess rm -f /srv/web/ipfire/cgi-bin/{dmzholes,outgoingfw,portfw,xtaccess}.cgi # Convert firewall configuration -/usr/bin/convert-xtaccess -/usr/bin/convert-outgoingfw -/usr/bin/convert-portfw -/usr/bin/convert-dmz +/usr/sbin/convert-xtaccess +/usr/sbin/convert-outgoingfw +/usr/sbin/convert-portfw +/usr/sbin/convert-dmz # Remove old firewall configuration files rm -rf /var/ipfire/{dmzholes,portfw,outgoing,xtaccess} -- 2.39.5