From 3dd636c26f6491f61e8cbe103be2765c3d31d4d4 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 25 Feb 2016 17:43:58 +0100 Subject: re-enable deploy logging --- vagrant/configure-leap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/vagrant/configure-leap.sh b/vagrant/configure-leap.sh index 61ffeab7..41841f24 100755 --- a/vagrant/configure-leap.sh +++ b/vagrant/configure-leap.sh @@ -24,6 +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 if [ ! -e /home/${USER}/.ssh/id_rsa ]; then $SUDO ssh-keygen -f /home/${USER}/.ssh/id_rsa -P '' -- cgit v1.2.3