소스 검색

Provide a sane error message in case dialog is not installed

(cherry picked from commit ea233da43a)
tags/v3.1
Daniel Frank 6 년 전
부모
커밋
de65a15b04
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      mutt-wizard.sh

+ 1
- 0
mutt-wizard.sh 파일 보기

@@ -257,5 +257,6 @@ $(grep ~/.offlineimaprc -e "^accounts =" | sed 's/accounts =//g')
5) inventory && for i in $userchoices; do removeAccount $i ; done;;
6) (dialog --defaultno --title "Wipe all custom neomutt/offlineIMAP settings?" --yesno "Would you like to wipe all of the mutt/offlineIMAP settings generated by the system?" 6 60 && wipe) ;;
7) clear && break ;;
*) echo "Unable to read response from dialog. Exiting." >&2; exit 2
esac
done

불러오는 중...
취소
저장