X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=usr_bin%2Fgrml-lock;h=0d479225d978b21d1e521e1b97892f8e177fd3fe;hb=864c9afd72bdf1191f020e714e145d25553b0ddc;hp=e3c775c9b47abddb28f607240b092b15ba50fd0d;hpb=4b833b84e4d7bbdf01d959ab26ab0fdeb42c6c77;p=grml-scripts.git diff --git a/usr_bin/grml-lock b/usr_bin/grml-lock index e3c775c..0d47922 100755 --- a/usr_bin/grml-lock +++ b/usr_bin/grml-lock @@ -71,7 +71,7 @@ set_passwd() { if [ "$PASSWD1" = "$PASSWD2" ] ; then echo "$USER:$PASSWD2" | sudo chpasswd else - $DIALOG --title "$PN" --msgbox "Error: passwords to not match. Exiting." 0 0 + $DIALOG --title "$PN" --msgbox "Error: passwords do not match. Exiting." 0 0 exit 1 fi }