浏览代码

privatebin dialog tweaks

Bob Mottram 7 年前
父节点
当前提交
06ea80e363
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      src/freedombone-app-privatebin

+ 3
- 3
src/freedombone-app-privatebin 查看文件

@@ -95,14 +95,14 @@ function install_interactive_privatebin {
95 95
             if [[ $DDNS_PROVIDER == "default@freedns.afraid.org" ]]; then
96 96
                 dialog --backtitle $"Freedombone Configuration" \
97 97
                        --title $"PrivateBin Configuration" \
98
-                       --form $"\nPlease enter your privatebin details. The background image URL can be left blank.\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:" 16 65 4 \
98
+                       --form $"\nPlease enter your PrivateBin 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 \
99 99
                        $"Domain:" 1 1 "$(grep 'PRIVATEBIN_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 25 33 40 \
100
-                       $"Code:" 2 1 "$(grep 'PRIVATEBIN_CODE' temp.cfg | awk -F '=' '{print $2}')" 4 25 33 255 \
100
+                       $"Code:" 2 1 "$(grep 'PRIVATEBIN_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 25 33 255 \
101 101
                        2> $data
102 102
             else
103 103
                 dialog --backtitle $"Freedombone Configuration" \
104 104
                        --title $"PrivateBin Configuration" \
105
-                       --form $"\nPlease enter your privatebin details. The background image URL can be left blank.\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:" 16 65 4 \
105
+                       --form $"\nPlease enter your PrivateBin 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 \
106 106
                        $"Domain:" 1 1 "$(grep 'PRIVATEBIN_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 25 33 40 \
107 107
                        2> $data
108 108
             fi