Fix installation script after r230482 -- a missing character apparently.

Now, back to convalescing.
This commit is contained in:
Nathan Whitehorn 2012-02-04 23:00:27 +00:00
parent c6708f73b9
commit d5d7f81a2c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230997

View file

@ -18,7 +18,7 @@ if [ $? -eq 0 ]; then
# goes multiuser
touch /tmp/bsdinstall_log
tail -f /tmp/bsdinstall_log > /dev/ttyv2 &
/usr/libexec/getty autologin ttyv3
/usr/libexec/getty autologin ttyv3 &
EXTERNAL_VTY_STARTED=1
fi
else