X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=sbin%2Fnetcardconfig;fp=sbin%2Fnetcardconfig;h=f0429c8972b2a3f508435d08e7a72b060c17fcd8;hb=9ccc6a295df786159f86a35d7a465f7902646312;hp=0b2d89eb69a49fc4df78c30b7e1a17395b8173c5;hpb=aa271edeb1909bc0f97b93bd59ab4dca1123d237;p=grml-network.git diff --git a/sbin/netcardconfig b/sbin/netcardconfig index 0b2d89e..f0429c8 100755 --- a/sbin/netcardconfig +++ b/sbin/netcardconfig @@ -327,6 +327,7 @@ configiface() { ' /etc/network/interfaces) while [ -z "$WPASECRET" ] ; do $DIALOG --inputbox "$MESSAGEW23 $ESSID" 15 50 "$WPASECRET" 2>"$TMP" || bailout 1 + read WPASECRET <"$TMP" if [ -z "$WPASECRET" ] ; then $DIALOG --msgbox "Sorry, empty password not allowed, please retry." 0 0 || bailout 1 fi