ddns-scripts: fix problem during startup

fixes problem CRITICAL ERROR - custom update_script not found
when extracting url and script from services / services_ipv6 file

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
This commit is contained in:
Christian Schoenebeck
2014-10-06 21:49:47 +02:00
parent a6a3037fbd
commit bc175726cd
3 changed files with 2 additions and 3 deletions
@@ -247,7 +247,7 @@ get_service_data() {
IFS=$__OLD_IFS
# check is URL or SCRIPT is given
__URL=$(echo "$__URL" | grep "^http:")
__URL=$(echo "$__DATA" | grep "^http:")
[ -z "$__URL" ] && __SCRIPT="/usr/lib/ddns/$__DATA"
eval "$1='$__URL'"