Selaa lähdekoodia

No background image

Bob Mottram 7 vuotta sitten
vanhempi
commit
6a316acd91
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      src/freedombone-app-akaunting

+ 2
- 2
src/freedombone-app-akaunting Näytä tiedosto

87
             if [[ $DDNS_PROVIDER == "default@freedns.afraid.org" ]]; then
87
             if [[ $DDNS_PROVIDER == "default@freedns.afraid.org" ]]; then
88
                 dialog --backtitle $"Freedombone Configuration" \
88
                 dialog --backtitle $"Freedombone Configuration" \
89
                        --title $"Akaunting Configuration" \
89
                        --title $"Akaunting Configuration" \
90
-                       --form $"\nPlease enter your Akaunting details. The background image URL can be left blank.\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:" 14 65 2 \
90
+                       --form $"\nPlease enter your Akaunting details.\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:" 14 65 2 \
91
                        $"Domain:" 1 1 "$(grep 'AKAUNTING_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 25 33 40 \
91
                        $"Domain:" 1 1 "$(grep 'AKAUNTING_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 25 33 40 \
92
                        $"Code:" 2 1 "$(grep 'AKAUNTING_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 25 33 255 \
92
                        $"Code:" 2 1 "$(grep 'AKAUNTING_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 25 33 255 \
93
                        2> $data
93
                        2> $data
94
             else
94
             else
95
                 dialog --backtitle $"Freedombone Configuration" \
95
                 dialog --backtitle $"Freedombone Configuration" \
96
                        --title $"Akaunting Configuration" \
96
                        --title $"Akaunting Configuration" \
97
-                       --form $"\nPlease enter your Akaunting details. The background image URL can be left blank.\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:" 14 65 2 \
97
+                       --form $"\nPlease enter your Akaunting details.\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:" 14 65 2 \
98
                        $"Domain:" 1 1 "$(grep 'AKAUNTING_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 25 33 40 \
98
                        $"Domain:" 1 1 "$(grep 'AKAUNTING_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 25 33 40 \
99
                        2> $data
99
                        2> $data
100
             fi
100
             fi