We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7385a99 commit d8a08c1Copy full SHA for d8a08c1
live-image/files/usr/local/sbin/dj_live
@@ -63,8 +63,8 @@ EOF
63
64
echo "Updating DOMjudge web interface admin user password..."
65
if [ -z "$PASS" ]; then
66
- read -es -p "Enter new admin user password: " PASS1 ; echo
67
- read -es -p "Retype new admin user password: " PASS2 ; echo
+ read -esr -p "Enter new admin user password: " PASS1 ; echo
+ read -esr -p "Retype new admin user password: " PASS2 ; echo
68
[ "x$PASS1" = "x$PASS2" ] || error "passwords do not match."
69
PASS="$PASS1"
70
fi
0 commit comments