3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-03-26 10:21:20 +00:00

Fix typo in variable name.

This commit is contained in:
Christopher Glass 2017-08-24 21:19:30 +02:00
parent cc8a6e2709
commit c0730ef6f6

@ -83,7 +83,7 @@ EOF
# Add the insecure vagrant pubkey to the vagrant user, as is expected by the
# vagrant ecosystem (https://www.vagrantup.com/docs/boxes/base.html)
chroot ${mout_d} chmod 0440 /etc/sudoers.d/vagrant
chroot ${mount_d} chmod 0440 /etc/sudoers.d/vagrant
chroot ${mount_d} mkdir -p /home/vagrant/.ssh
chroot ${mount_d} chown -R vagrant: /home/vagrant/.ssh
cat << EOF > ${mount_d}/home/vagrant/.ssh/authorized_keys