From: Arne Fitzenreiter Date: Sun, 22 Mar 2015 20:48:07 +0000 (+0100) Subject: core89: move ddns.cgi call after language cache update. X-Git-Tag: v2.17-core89~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f024f5e46e24d67a3b64dc12d8110b5b3d0ce8c;p=ipfire-2.x.git core89: move ddns.cgi call after language cache update. --- 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...