From: Florian Fainelli 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://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=25abce40fa11a3816fb187b857a621aa1389e854 Add compatibility with the previous updatedd nvram configuration, closes #495, #749 SVN-Revision: 4783 --- diff --git a/net/updatedd/files/S55ddns b/net/updatedd/files/S55ddns index b02d579178..75df45190d 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)