Bob Mottram 6 years ago
parent
commit
2a68cf0ef3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-config

+ 1
- 1
src/freedombone-config View File

250
             if [[ "$DDNS_PROVIDER" == *"freedns"* ]]; then
250
             if [[ "$DDNS_PROVIDER" == *"freedns"* ]]; then
251
                 dialog --backtitle $"Freedombone Configuration" \
251
                 dialog --backtitle $"Freedombone Configuration" \
252
                        --title $"Your main domain name on FreeDNS" \
252
                        --title $"Your main domain name on FreeDNS" \
253
-                       --form $"\nWhich domain name should your email/XMPP/IRC/Mumble be associated with?" 13 55 5 \
253
+                       --form $"\\nWhich domain name should your email/XMPP/IRC/Mumble be associated with?" 13 55 5 \
254
                        $"Domain:" 1 1 "$(grep 'DEFAULT_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 24 33 40 \
254
                        $"Domain:" 1 1 "$(grep 'DEFAULT_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 24 33 40 \
255
                        $"Code:" 2 1 "$(grep 'DEFAULT_DOMAIN_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 24 33 255 \
255
                        $"Code:" 2 1 "$(grep 'DEFAULT_DOMAIN_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 24 33 255 \
256
                        $"mail subdomain Code:" 3 1 "$(grep 'EMAIL_DOMAIN_CODE' temp.cfg | awk -F '=' '{print $2}')" 3 24 33 255 \
256
                        $"mail subdomain Code:" 3 1 "$(grep 'EMAIL_DOMAIN_CODE' temp.cfg | awk -F '=' '{print $2}')" 3 24 33 255 \