diff options
author | elijah <elijah@riseup.net> | 2016-02-26 01:45:07 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-02-26 01:45:07 -0800 |
commit | 15ca782e3bcd22f131c2b8745d7fad118b4b8648 (patch) | |
tree | ab04c576d6024e2fce1490d00c86c4ba0ecced8e /vagrant/configure-leap.sh | |
parent | 89a3cd71f50a383a5f85510193087446da0e661f (diff) | |
parent | 0206d426bd51aa4805915f6e23b53d5fdb40d738 (diff) |
Merge branch 'develop' of ssh://leap.se/leap_platform into develop
Diffstat (limited to 'vagrant/configure-leap.sh')
-rwxr-xr-x | vagrant/configure-leap.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vagrant/configure-leap.sh b/vagrant/configure-leap.sh index b22756de..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 . -$SUDO echo -e '\n@log = "/var/log/leap/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 '' @@ -61,10 +61,8 @@ gem install rake $LEAP $OPTS -v 2 deploy -set +e $GIT add . $GIT commit -m'initialized and deployed provider' -set -e # Vagrant: leap_mx fails to start on jessie # https://leap.se/code/issues/7755 |