From 7f024f5e46e24d67a3b64dc12d8110b5b3d0ce8c Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 22 Mar 2015 21:48:07 +0100 Subject: [PATCH] core89: move ddns.cgi call after language cache update. --- config/rootfiles/core/89/update.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/core/89/update.sh b/config/rootfiles/core/89/update.sh index f3de863ec5..9bf6c1d110 100644 --- a/config/rootfiles/core/89/update.sh +++ b/config/rootfiles/core/89/update.sh @@ -39,9 +39,6 @@ done # Extract files extract_files -# Generate ddns configuration file -sudo -u nobody /srv/web/ipfire/cgi-bin/ddns.cgi - # Start services /etc/init.d/dnsmasq restart if [ `grep "ENABLED=on" /var/ipfire/vpn/settings` ]; then @@ -59,6 +56,9 @@ rm -f \ # Fix #10625 mkdir -p /etc/logrotate.d +# Generate ddns configuration file +sudo -u nobody /srv/web/ipfire/cgi-bin/ddns.cgi + sync # This update need a reboot... -- 2.39.5