From 7478e1c4018406f424a5b1140f62970fef6e61f8 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 25 Feb 2016 18:08:39 +0100 Subject: use provider dir as log location --- vagrant/configure-leap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/configure-leap.sh b/vagrant/configure-leap.sh index 35b3f861..8751c763 100755 --- a/vagrant/configure-leap.sh +++ b/vagrant/configure-leap.sh @@ -24,7 +24,7 @@ chown ${USER}:${USER} ${PROVIDERDIR} cd $PROVIDERDIR $LEAP $OPTS new --contacts "$contacts" --domain "$provider_domain" --name "$provider_name" --platform=/vagrant . -echo -e '\n@log = "../deploy.log"' >> Leapfile +echo -e '\n@log = "./deploy.log"' >> Leapfile if [ ! -e /home/${USER}/.ssh/id_rsa ]; then $SUDO ssh-keygen -f /home/${USER}/.ssh/id_rsa -P '' -- cgit v1.2.3