Procházet zdrojové kódy

instruction to press space

tags/v3.1
Luke před 6 roky
rodič
revize
76514c1539
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      mutt-wizard.sh

+ 1
- 1
mutt-wizard.sh Zobrazit soubor

@@ -66,7 +66,7 @@ getAccounts() { \
# Yields a menu of available accounts.
inventory() { \
getAccounts
choices=$(dialog --separate-output --checklist "Choose an email account." 15 40 16 "${accounts[@]}" 2>&1 >/dev/tty)
choices=$(dialog --separate-output --checklist "Select all desired email accounts with <SPACE>." 15 40 16 "${accounts[@]}" 2>&1 >/dev/tty)

if [ -z "$choices" ];
then


Načítá se…
Zrušit
Uložit