Parcourir la source

Dialog proportions

Bob Mottram il y a 7 ans
Parent
révision
dc4f99a740
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5
    5
      src/freedombone-app-kanboard

+ 5
- 5
src/freedombone-app-kanboard Voir le fichier

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 $"KanBoard Configuration" \
89
                        --title $"KanBoard Configuration" \
90
-                       --form $"\nPlease enter your KanBoard details.\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt." 13 65 2 \
91
-                       $"Domain:" 1 1 "$(grep 'KANBOARD_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 25 33 40 \
92
-                       $"Code:" 2 1 "$(grep 'KANBOARD_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 25 33 255 \
90
+                       --form $"\nPlease enter your KanBoard details.\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt." 13 55 2 \
91
+                       $"Domain:" 1 1 "$(grep 'KANBOARD_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 15 33 40 \
92
+                       $"Code:" 2 1 "$(grep 'KANBOARD_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 15 33 255 \
93
                        2> $data
93
                        2> $data
94
             else
94
             else
95
                 dialog --backtitle $"Freedombone Configuration" \
95
                 dialog --backtitle $"Freedombone Configuration" \
96
                        --title $"KanBoard Configuration" \
96
                        --title $"KanBoard Configuration" \
97
-                       --form $"\nPlease enter your KanBoard details.\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt." 13 65 2 \
98
-                       $"Domain:" 1 1 "$(grep 'KANBOARD_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 25 33 40 \
97
+                       --form $"\nPlease enter your KanBoard details.\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt." 13 55 2 \
98
+                       $"Domain:" 1 1 "$(grep 'KANBOARD_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 15 33 40 \
99
                        2> $data
99
                        2> $data
100
             fi
100
             fi
101
             sel=$?
101
             sel=$?