Domain name comments

This commit is contained in:
Bob Mottram 2015-03-10 19:37:59 +00:00
parent d8be3985e9
commit 30066e8de8
1 changed files with 1 additions and 1 deletions

View File

@ -2618,7 +2618,7 @@ function create_freedns_updater {
echo '#!/bin/bash' > /usr/bin/dynamicdns
echo 'cd /tmp' >> /usr/bin/dynamicdns
if [ $DEFAULT_DOMAIN_CODE ]; then
echo "# $DEFAULT_DOMAIN_CODE" >> /usr/bin/dynamicdns
echo "# $DEFAULT_DOMAIN_NAME" >> /usr/bin/dynamicdns
echo "$FREEDNS_WGET$DEFAULT_DOMAIN_CODE=" >> /usr/bin/dynamicdns
fi
if [ $WIKI_CODE ]; then