Add compatibility with the previous updatedd nvram configuration, closes #495, #749
authorFlorian Fainelli <florian@openwrt.org>
Wed, 13 Sep 2006 07:06:35 +0000 (07:06 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 13 Sep 2006 07:06:35 +0000 (07:06 +0000)
SVN-Revision: 4783

net/updatedd/files/S55ddns

index b02d5791783f63c5d88f4e30157156d8bdca02fe..75df45190db83ead21b2681f75e19f37c3156566 100644 (file)
@@ -1,3 +1,6 @@
+#!/bin/sh
+. /etc/nvram.sh
+
 ddnsupdate=$(nvram get ddns_update)
 [ "$ddnsupdate" = 1 ]&& {
        service=$(nvram get ddns_service)