From: florian Date: Wed, 13 Sep 2006 07:06:35 +0000 (+0000) Subject: Add compatibility with the previous updatedd nvram configuration, closes #495, #749 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=eec7673253c0d3e766c14cce878ab85ef77090c9;p=packages.git Add compatibility with the previous updatedd nvram configuration, closes #495, #749 git-svn-id: svn://svn.openwrt.org/openwrt/packages@4783 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/updatedd/files/S55ddns b/net/updatedd/files/S55ddns index b02d57917..75df45190 100644 --- a/net/updatedd/files/S55ddns +++ b/net/updatedd/files/S55ddns @@ -1,3 +1,6 @@ +#!/bin/sh +. /etc/nvram.sh + ddnsupdate=$(nvram get ddns_update) [ "$ddnsupdate" = 1 ]&& { service=$(nvram get ddns_service)