mirror of
git://projects.qi-hardware.com/nanobits.git
synced 2025-04-21 12:27:27 +03:00
Fix login so it does fall through if /etc/verify isn't present
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user