瀏覽代碼

No background image

Bob Mottram 7 年之前
父節點
當前提交
6a316acd91
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      src/freedombone-app-akaunting

+ 2
- 2
src/freedombone-app-akaunting 查看文件

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