remove bashism "read -s" from chroot-script
chroot-script runs in target, which might very well use dash, which doesn't have "read -s". Patch based on mira's recommendations.
parent
d0bc58a4
Please register or sign in to comment
chroot-script runs in target, which might very well use dash, which doesn't have "read -s". Patch based on mira's recommendations.