mirror of
git://projects.qi-hardware.com/nanobits.git
synced 2024-11-23 20:54:38 +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
|
||||
fi
|
||||
|
||||
if [ ! -f /etc/verify ]; then
|
||||
exec $1
|
||||
fi
|
||||
|
||||
echo -n "Password: "
|
||||
|
||||
stty -echo
|
||||
|
Loading…
Reference in New Issue
Block a user