mirror of
git://projects.qi-hardware.com/nanobits.git
synced 2024-11-23 20:11:54 +02:00
Fix login so it does fall through if /etc/verify isn't present
This commit is contained in:
parent
9a04a3d23e
commit
6fd3edaca5
@ -7,6 +7,10 @@ if [ -f /etc/owner ]; then
|
|||||||
cat /etc/owner
|
cat /etc/owner
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ ! -f /etc/verify ]; then
|
||||||
|
exec $1
|
||||||
|
fi
|
||||||
|
|
||||||
echo -n "Password: "
|
echo -n "Password: "
|
||||||
|
|
||||||
stty -echo
|
stty -echo
|
||||||
|
Loading…
Reference in New Issue
Block a user