Selaa lähdekoodia

Increase the width of input lines

Bob Mottram 9 vuotta sitten
vanhempi
commit
a2199f3bec
1 muutettua tiedostoa jossa 24 lisäystä ja 24 poistoa
  1. 24
    24
      src/freedombone-config

+ 24
- 24
src/freedombone-config Näytä tiedosto

1359
                     dialog --backtitle $"Freedombone Configuration" \
1359
                     dialog --backtitle $"Freedombone Configuration" \
1360
                            --title $"Wiki Configuration" \
1360
                            --title $"Wiki Configuration" \
1361
                            --form $"\nPlease enter your wiki details:" 11 55 4 \
1361
                            --form $"\nPlease enter your wiki details:" 11 55 4 \
1362
-                           $"Title:" 1 1 "$(grep 'WIKI_TITLE' temp.cfg | awk -F '=' '{print $2}')" 1 16 25 40 \
1363
-                           $"Domain:" 2 1 "$(grep 'WIKI_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 2 16 25 40 \
1364
-                           $"Code:" 3 1 "$(grep 'WIKI_CODE' temp.cfg | awk -F '=' '{print $2}')" 3 16 25 255 \
1362
+                           $"Title:" 1 1 "$(grep 'WIKI_TITLE' temp.cfg | awk -F '=' '{print $2}')" 1 16 33 40 \
1363
+                           $"Domain:" 2 1 "$(grep 'WIKI_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 2 16 33 40 \
1364
+                           $"Code:" 3 1 "$(grep 'WIKI_CODE' temp.cfg | awk -F '=' '{print $2}')" 3 16 33 255 \
1365
                            2> $data
1365
                            2> $data
1366
                 else
1366
                 else
1367
                     dialog --backtitle $"Freedombone Configuration" \
1367
                     dialog --backtitle $"Freedombone Configuration" \
1368
                            --title $"Wiki Configuration" \
1368
                            --title $"Wiki Configuration" \
1369
                            --form $"\nPlease enter your wiki details:" 11 55 3 \
1369
                            --form $"\nPlease enter your wiki details:" 11 55 3 \
1370
-                           $"Title:" 1 1 "$(grep 'WIKI_TITLE' temp.cfg | awk -F '=' '{print $2}')" 1 16 25 40 \
1371
-                           $"Domain:" 2 1 "$(grep 'WIKI_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 2 16 25 40 \
1370
+                           $"Title:" 1 1 "$(grep 'WIKI_TITLE' temp.cfg | awk -F '=' '{print $2}')" 1 16 33 40 \
1371
+                           $"Domain:" 2 1 "$(grep 'WIKI_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 2 16 33 40 \
1372
                            2> $data
1372
                            2> $data
1373
                 fi
1373
                 fi
1374
                 sel=$?
1374
                 sel=$?
1420
                     dialog --backtitle $"Freedombone Configuration" \
1420
                     dialog --backtitle $"Freedombone Configuration" \
1421
                            --title $"Blog Configuration" \
1421
                            --title $"Blog Configuration" \
1422
                            --form $"\nPlease enter your blog details:" 11 55 4 \
1422
                            --form $"\nPlease enter your blog details:" 11 55 4 \
1423
-                           $"Title:" 1 1 "$(grep 'MY_BLOG_TITLE' temp.cfg | awk -F '=' '{print $2}')" 1 16 25 30 \
1424
-                           $"Domain:" 2 1 "$(grep 'FULLBLOG_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 2 16 25 30 \
1425
-                           $"Code:" 3 1 "$(grep 'FULLBLOG_CODE' temp.cfg | awk -F '=' '{print $2}')" 3 16 25 255 \
1423
+                           $"Title:" 1 1 "$(grep 'MY_BLOG_TITLE' temp.cfg | awk -F '=' '{print $2}')" 1 16 33 40 \
1424
+                           $"Domain:" 2 1 "$(grep 'FULLBLOG_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 2 16 33 40 \
1425
+                           $"Code:" 3 1 "$(grep 'FULLBLOG_CODE' temp.cfg | awk -F '=' '{print $2}')" 3 16 33 255 \
1426
                            2> $data
1426
                            2> $data
1427
                 else
1427
                 else
1428
                     dialog --backtitle $"Freedombone Configuration" \
1428
                     dialog --backtitle $"Freedombone Configuration" \
1429
                            --title $"Blog Configuration" \
1429
                            --title $"Blog Configuration" \
1430
                            --form $"\nPlease enter your blog details:" 11 55 3 \
1430
                            --form $"\nPlease enter your blog details:" 11 55 3 \
1431
-                           $"Title:" 1 1 "$(grep 'MY_BLOG_TITLE' temp.cfg | awk -F '=' '{print $2}')" 1 16 25 30 \
1432
-                           $"Domain:" 2 1 "$(grep 'FULLBLOG_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 2 16 25 30 \
1431
+                           $"Title:" 1 1 "$(grep 'MY_BLOG_TITLE' temp.cfg | awk -F '=' '{print $2}')" 1 16 33 40 \
1432
+                           $"Domain:" 2 1 "$(grep 'FULLBLOG_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 2 16 33 40 \
1433
                            2> $data
1433
                            2> $data
1434
                 fi
1434
                 fi
1435
                 sel=$?
1435
                 sel=$?
1483
                     dialog --backtitle $"Freedombone Configuration" \
1483
                     dialog --backtitle $"Freedombone Configuration" \
1484
                            --title $"Owncloud Configuration" \
1484
                            --title $"Owncloud Configuration" \
1485
                            --form $"\nPlease enter your Owncloud details:" 11 55 3 \
1485
                            --form $"\nPlease enter your Owncloud details:" 11 55 3 \
1486
-                           $"Domain:" 1 1 "$(grep 'OWNCLOUD_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 25 30 \
1487
-                           $"Code:" 2 1 "$(grep 'OWNCLOUD_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 16 25 255 \
1486
+                           $"Domain:" 1 1 "$(grep 'OWNCLOUD_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 33 40 \
1487
+                           $"Code:" 2 1 "$(grep 'OWNCLOUD_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 16 33 255 \
1488
                            2> $data
1488
                            2> $data
1489
                 else
1489
                 else
1490
                     dialog --backtitle $"Freedombone Configuration" \
1490
                     dialog --backtitle $"Freedombone Configuration" \
1491
                            --title $"Owncloud Configuration" \
1491
                            --title $"Owncloud Configuration" \
1492
                            --form $"\nPlease enter your Owncloud details:" 11 55 3 \
1492
                            --form $"\nPlease enter your Owncloud details:" 11 55 3 \
1493
-                           $"Domain:" 1 1 "$(grep 'OWNCLOUD_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 25 30 \
1493
+                           $"Domain:" 1 1 "$(grep 'OWNCLOUD_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 33 40 \
1494
                            2> $data
1494
                            2> $data
1495
                 fi
1495
                 fi
1496
                 sel=$?
1496
                 sel=$?
1540
                     dialog --backtitle $"Freedombone Configuration" \
1540
                     dialog --backtitle $"Freedombone Configuration" \
1541
                            --title $"Hubzilla Configuration" \
1541
                            --title $"Hubzilla Configuration" \
1542
                            --form $"\nPlease enter your Hubzilla details.\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:" 14 55 3 \
1542
                            --form $"\nPlease enter your Hubzilla details.\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:" 14 55 3 \
1543
-                           $"Domain:" 1 1 "$(grep 'HUBZILLA_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 25 30 \
1544
-                           $"Code:" 2 1 "$(grep 'HUBZILLA_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 16 25 255 \
1543
+                           $"Domain:" 1 1 "$(grep 'HUBZILLA_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 33 40 \
1544
+                           $"Code:" 2 1 "$(grep 'HUBZILLA_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 16 33 255 \
1545
                            2> $data
1545
                            2> $data
1546
                 else
1546
                 else
1547
                     dialog --backtitle $"Freedombone Configuration" \
1547
                     dialog --backtitle $"Freedombone Configuration" \
1548
                            --title $"Hubzilla Configuration" \
1548
                            --title $"Hubzilla Configuration" \
1549
                            --form $"\nPlease enter your Hubzilla details\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:" 11 55 3 \
1549
                            --form $"\nPlease enter your Hubzilla details\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:" 11 55 3 \
1550
-                           $"Domain:" 1 1 "$(grep 'HUBZILLA_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 25 30 \
1550
+                           $"Domain:" 1 1 "$(grep 'HUBZILLA_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 33 40 \
1551
                            2> $data
1551
                            2> $data
1552
                 fi
1552
                 fi
1553
                 sel=$?
1553
                 sel=$?
1597
                     dialog --backtitle $"Freedombone Configuration" \
1597
                     dialog --backtitle $"Freedombone Configuration" \
1598
                            --title $"Microblog Configuration" \
1598
                            --title $"Microblog Configuration" \
1599
                            --form $"\nPlease enter your Microblog details. Welcome message and 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 \
1599
                            --form $"\nPlease enter your Microblog details. Welcome message and 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 \
1600
-                           $"Domain:" 1 1 "$(grep 'MICROBLOG_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 25 25 30 \
1600
+                           $"Domain:" 1 1 "$(grep 'MICROBLOG_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 25 33 40 \
1601
                            $"Welcome Message:" 2 1 "$(grep '$MICROBLOG_WELCOME_MESSAGE' temp.cfg | awk -F '=' '{print $2}')" 2 25 255 255 \
1601
                            $"Welcome Message:" 2 1 "$(grep '$MICROBLOG_WELCOME_MESSAGE' temp.cfg | awk -F '=' '{print $2}')" 2 25 255 255 \
1602
                            $"Background image URL:" 3 1 "$(grep '$MICROBLOG_BACKGROUND_IMAGE_URL' temp.cfg | awk -F '=' '{print $2}')" 3 25 255 255 \
1602
                            $"Background image URL:" 3 1 "$(grep '$MICROBLOG_BACKGROUND_IMAGE_URL' temp.cfg | awk -F '=' '{print $2}')" 3 25 255 255 \
1603
-                           $"Code:" 4 1 "$(grep 'MICROBLOG_CODE' temp.cfg | awk -F '=' '{print $2}')" 4 25 25 255 \
1603
+                           $"Code:" 4 1 "$(grep 'MICROBLOG_CODE' temp.cfg | awk -F '=' '{print $2}')" 4 25 33 255 \
1604
                            2> $data
1604
                            2> $data
1605
                 else
1605
                 else
1606
                     dialog --backtitle $"Freedombone Configuration" \
1606
                     dialog --backtitle $"Freedombone Configuration" \
1607
                            --title $"Microblog Configuration" \
1607
                            --title $"Microblog Configuration" \
1608
                            --form $"\nPlease enter your Microblog details. Welcome message and 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 \
1608
                            --form $"\nPlease enter your Microblog details. Welcome message and 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 \
1609
-                           $"Domain:" 1 1 "$(grep 'MICROBLOG_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 25 25 30 \
1609
+                           $"Domain:" 1 1 "$(grep 'MICROBLOG_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 25 33 40 \
1610
                            $"Welcome Message:" 2 1 "$(grep '$MICROBLOG_WELCOME_MESSAGE' temp.cfg | awk -F '=' '{print $2}')" 2 25 255 255 \
1610
                            $"Welcome Message:" 2 1 "$(grep '$MICROBLOG_WELCOME_MESSAGE' temp.cfg | awk -F '=' '{print $2}')" 2 25 255 255 \
1611
                            $"Background image URL:" 3 1 "$(grep '$MICROBLOG_BACKGROUND_IMAGE_URL' temp.cfg | awk -F '=' '{print $2}')" 3 25 255 255 \
1611
                            $"Background image URL:" 3 1 "$(grep '$MICROBLOG_BACKGROUND_IMAGE_URL' temp.cfg | awk -F '=' '{print $2}')" 3 25 255 255 \
1612
                            2> $data
1612
                            2> $data
1670
                     dialog --backtitle $"Freedombone Configuration" \
1670
                     dialog --backtitle $"Freedombone Configuration" \
1671
                            --title $"Developer Configuration" \
1671
                            --title $"Developer Configuration" \
1672
                            --form $"\nPlease enter your Git hosting site details.\nIf You don't need developer tools then just select Ok" 11 55 3 \
1672
                            --form $"\nPlease enter your Git hosting site details.\nIf You don't need developer tools then just select Ok" 11 55 3 \
1673
-                           $"Domain:" 1 1 "$(grep 'GIT_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 25 40 \
1674
-                           $"Code:" 2 1 "$(grep 'GIT_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 16 25 255 \
1673
+                           $"Domain:" 1 1 "$(grep 'GIT_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 33 40 \
1674
+                           $"Code:" 2 1 "$(grep 'GIT_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 16 33 255 \
1675
                            2> $data
1675
                            2> $data
1676
                 else
1676
                 else
1677
                     dialog --backtitle $"Freedombone Configuration" \
1677
                     dialog --backtitle $"Freedombone Configuration" \
1678
                            --title $"Developer Configuration" \
1678
                            --title $"Developer Configuration" \
1679
                            --form $"\nPlease enter your Git hosting site details.\nIf You don't need developer tools then just select Ok" 11 55 2 \
1679
                            --form $"\nPlease enter your Git hosting site details.\nIf You don't need developer tools then just select Ok" 11 55 2 \
1680
-                           $"Domain:" 1 1 "$(grep 'GIT_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 25 40 \
1680
+                           $"Domain:" 1 1 "$(grep 'GIT_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 33 40 \
1681
                            2> $data
1681
                            2> $data
1682
                 fi
1682
                 fi
1683
                 sel=$?
1683
                 sel=$?
1729
                     dialog --backtitle $"Freedombone Configuration" \
1729
                     dialog --backtitle $"Freedombone Configuration" \
1730
                            --title $"Your main domain name" \
1730
                            --title $"Your main domain name" \
1731
                            --form $"\nWhich domain name should your email/XMPP/IRC/VoIP be associated with?" 11 55 3 \
1731
                            --form $"\nWhich domain name should your email/XMPP/IRC/VoIP be associated with?" 11 55 3 \
1732
-                           $"Domain:" 1 1 "$(grep 'DEFAULT_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 25 30 \
1733
-                           $"Code:" 2 1 "$(grep 'DEFAULT_DOMAIN_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 16 25 255 \
1732
+                           $"Domain:" 1 1 "$(grep 'DEFAULT_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 16 33 40 \
1733
+                           $"Code:" 2 1 "$(grep 'DEFAULT_DOMAIN_CODE' temp.cfg | awk -F '=' '{print $2}')" 2 16 33 255 \
1734
                            2> $data
1734
                            2> $data
1735
                     sel=$?
1735
                     sel=$?
1736
                     case $sel in
1736
                     case $sel in