Set dump978 default option to no.

pull/215/head
Joe Prochazka 2016-08-31 12:11:00 -04:00
rodzic c28c0dce67
commit 910f1d6352
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -316,7 +316,7 @@ if [ -f $BUILDDIR/dump978/dump978 ] && [ -f $BUILDDIR/dump978/uat2text ] && [ -f
fi
else
# Dump978 does not appear to have been built yet.
whiptail --backtitle "$BACKTITLE" --title "Dump978 Not Installed" --yesno "$DUMP978NOTINSTALLED" 10 65
whiptail --backtitle "$BACKTITLE" --title "Dump978 Not Installed" --defaultno --yesno "$DUMP978NOTINSTALLED" 10 65
DUMP978CHOICE=$?
fi