From 3a226e7a7f5a45cf3b25d8c2e4f9afe76ddc3caf Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Wed, 12 Dec 2018 11:40:41 +0100
Subject: [PATCH] Fix following changed script location

---
 bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap
index c437b0447..26df83e34 100755
--- a/bootstrap
+++ b/bootstrap
@@ -10,7 +10,7 @@ fi
 
 prepareNode()
 {
-    ssh "root@${host}" "bash -s" -- "$host" <prepare-node.sh
+    ssh "root@${host}" "bash -s" -- "$host" <"scripts/prepare-node.sh"
 }
 
 getControl()
-- 
GitLab