Browse Source

privatebin dialog tweaks

Bob Mottram 7 years ago
parent
commit
b7cc771576
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/freedombone-app-privatebin

+ 3
- 3
src/freedombone-app-privatebin View File

@@ -96,14 +96,14 @@ function install_interactive_privatebin {
96 96
                 dialog --backtitle $"Freedombone Configuration" \
97 97
                        --title $"PrivateBin Configuration" \
98 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
-                       $"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}')" 2 25 33 255 \
99
+                       $"Domain:" 1 1 "$(grep 'PRIVATEBIN_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 15 33 40 \
100
+                       $"Code:" 2 1 "$(grep 'PRIVATEBIN_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 15 33 255 \
101 101
                        2> $data
102 102
             else
103 103
                 dialog --backtitle $"Freedombone Configuration" \
104 104
                        --title $"PrivateBin Configuration" \
105 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
-                       $"Domain:" 1 1 "$(grep 'PRIVATEBIN_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 25 33 40 \
106
+                       $"Domain:" 1 1 "$(grep 'PRIVATEBIN_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 15 33 40 \
107 107
                        2> $data
108 108
             fi
109 109
             sel=$?