HomeSort by relevance Sort by last modified time
    Searched refs:newpasswd2 (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/security/mmc_security/
assign_password.sh 53 while [ -z "$newpasswd2" ]; do
54 read -s -p "Retype MMC password: " newpasswd2; echo
56 if [ "$newpasswd" != "$newpasswd2" ]; then
change_password.sh 60 while [ -z "$newpasswd2" ]; do
61 read -s -p "Retype MMC password: " newpasswd2; echo
63 if [ "$newpasswd" != "$newpasswd2" ]; then

Completed in 7236 milliseconds