diff options
| author | varac <varacanero@zeromail.org> | 2016-02-25 16:12:24 +0100 | 
|---|---|---|
| committer | varac <varacanero@zeromail.org> | 2016-02-25 16:12:24 +0100 | 
| commit | 81501eae66c9b46283b16cb83e4037938655094d (patch) | |
| tree | ddee485e13f1ed4dec814f1fd5591f90d4f4d5ac | |
| parent | c6e45bc1097ed0a9dc7cb33898ea0b4e60635983 (diff) | |
dont set custom log destination
| -rwxr-xr-x | vagrant/configure-leap.sh | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/vagrant/configure-leap.sh b/vagrant/configure-leap.sh index b22756de..61ffeab7 100755 --- a/vagrant/configure-leap.sh +++ b/vagrant/configure-leap.sh @@ -24,7 +24,6 @@ chown ${USER}:${USER} ${PROVIDERDIR}  cd $PROVIDERDIR  $LEAP $OPTS new --contacts "$contacts" --domain "$provider_domain" --name "$provider_name" --platform=/vagrant . -$SUDO echo -e '\n@log = "/var/log/leap/deploy.log"' >> Leapfile  if [ ! -e /home/${USER}/.ssh/id_rsa ]; then    $SUDO ssh-keygen -f /home/${USER}/.ssh/id_rsa -P '' | 
