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 d8a08c1 commit 85b74e3Copy full SHA for 85b74e3
live-image/files/usr/local/sbin/dj_live
@@ -65,7 +65,7 @@ EOF
65
if [ -z "$PASS" ]; then
66
read -esr -p "Enter new admin user password: " PASS1 ; echo
67
read -esr -p "Retype new admin user password: " PASS2 ; echo
68
- [ "x$PASS1" = "x$PASS2" ] || error "passwords do not match."
+ [ "$PASS1" = "$PASS2" ] || error "passwords do not match."
69
PASS="$PASS1"
70
fi
71
0 commit comments