From c0730ef6f61653e7420a023cac2e6910eaa9c916 Mon Sep 17 00:00:00 2001 From: Christopher Glass Date: Thu, 24 Aug 2017 21:19:30 +0200 Subject: [PATCH] Fix typo in variable name. --- live-build/ubuntu-cpc/hooks/042-vagrant.binary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/ubuntu-cpc/hooks/042-vagrant.binary b/live-build/ubuntu-cpc/hooks/042-vagrant.binary index 67597a5e..1c8b8fbd 100755 --- a/live-build/ubuntu-cpc/hooks/042-vagrant.binary +++ b/live-build/ubuntu-cpc/hooks/042-vagrant.binary @@ -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