From ee7a9de321a2b3d23241965cd542ed047ed602fc Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 8 Jul 2014 16:12:27 +0200 Subject: [PATCH] core80: ddns: Generate ddns.conf during update. --- config/rootfiles/core/80/update.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/rootfiles/core/80/update.sh b/config/rootfiles/core/80/update.sh index 67f8c3ace2..78034bc934 100644 --- a/config/rootfiles/core/80/update.sh +++ b/config/rootfiles/core/80/update.sh @@ -46,6 +46,12 @@ rm -f \ /opt/pakfire/db/installed/meta-libgpg-error \ /opt/pakfire/db/rootfiles/libgpg-error +# Generate ddns configuration file +/srv/web/ipfire/cgi-bin/ddns.cgi + +touch /var/ipfire/ddns/ddns.conf +chown nobody.nobody /var/ipfire/ddns/ddns.conf + sync # This update need a reboot... -- 2.39.5