Procházet zdrojové kódy

Add directory check

Didn't catch that important step, would be neat if the script warned you.
pull/9/head
f3rn0s před 6 roky
committed by GitHub
rodič
revize
ded839fbca
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. +6
    -0
      mutt-wizard.sh

+ 6
- 0
mutt-wizard.sh Zobrazit soubor

@@ -2,6 +2,12 @@

muttdir="$HOME/.config/mutt/"

if [ $muttdir == "$(pwd)" ]
then
echo "The contents of this repository should be placed inside .config/mutt"
pause
fi

changePassword() { \
gpgemail=$( dialog --title "Luke's mutt/offlineIMAP password wizard" --inputbox "Insert the email address with which you originally created your GPG key pair. This is NOT necessarily the email you want to configure." 10 60 3>&1 1>&2 2>&3 3>&- )
dialog --title "Luke's mutt/offlineIMAP password wizard" --passwordbox "Enter the new password for the \"$1\" account." 10 60 2> /tmp/$1


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