瀏覽代碼

No background image

Bob Mottram 7 年之前
父節點
當前提交
6a316acd91
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/freedombone-app-akaunting

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

@@ -87,14 +87,14 @@ function install_interactive_akaunting {
87 87
             if [[ $DDNS_PROVIDER == "default@freedns.afraid.org" ]]; then
88 88
                 dialog --backtitle $"Freedombone Configuration" \
89 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 91
                        $"Domain:" 1 1 "$(grep 'AKAUNTING_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 25 33 40 \
92 92
                        $"Code:" 2 1 "$(grep 'AKAUNTING_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 25 33 255 \
93 93
                        2> $data
94 94
             else
95 95
                 dialog --backtitle $"Freedombone Configuration" \
96 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 98
                        $"Domain:" 1 1 "$(grep 'AKAUNTING_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 25 33 40 \
99 99
                        2> $data
100 100
             fi