From c4ea59a6dca0d2fcbc69ce5286162d81b2073778 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Fri, 11 Sep 2015 12:21:29 +0200 Subject: make sure vagrant.key has the right permissions. fixes #7447 --- leap-platform-test | 1 + 1 file changed, 1 insertion(+) diff --git a/leap-platform-test b/leap-platform-test index 4d17219..f5b3405 100755 --- a/leap-platform-test +++ b/leap-platform-test @@ -436,6 +436,7 @@ update_leap_cli () { cd "$LEAP_SRC" git pull sudo bundle + chmod 600 vendor/vagrant_ssh_keys/vagrant.key } -- cgit v1.2.3