From 8a9b2f74c8e3eb176a3160dfc7742b1894c813c4 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Sun, 19 Jan 2020 14:10:04 -0500 Subject: [PATCH] log install script before sleeping for debug --- .../java/bubble/service/cloud/StandardNetworkService.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bubble-server/src/main/java/bubble/service/cloud/StandardNetworkService.java b/bubble-server/src/main/java/bubble/service/cloud/StandardNetworkService.java index e93c66ff..c25accdf 100644 --- a/bubble-server/src/main/java/bubble/service/cloud/StandardNetworkService.java +++ b/bubble-server/src/main/java/bubble/service/cloud/StandardNetworkService.java @@ -329,7 +329,7 @@ public class StandardNetworkService implements NetworkService { boolean setupOk = false; final String nodeUser = node.getUser(); final String script = getAnsibleSetupScript(automation, sshArgs, nodeUser, sshTarget); - waitForDebugger(); + waitForDebugger(script); log.info("newNode: running script:\n"+script); for (int i=0; i