Browse Source

Domain name comments

Bob Mottram 10 years ago
parent
commit
30066e8de8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

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