diff options
author | varac <varacanero@zeromail.org> | 2016-02-25 18:08:39 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-02-25 18:08:39 +0100 |
commit | 7478e1c4018406f424a5b1140f62970fef6e61f8 (patch) | |
tree | 6759c7944d46fb25b40dbb4a8f2c5ea10ec4a03d /vagrant | |
parent | fea4ba86622b891550144c5f434d430e0a4bb4c8 (diff) |
use provider dir as log location
Diffstat (limited to 'vagrant')
-rwxr-xr-x | vagrant/configure-leap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 '' |