From 0c67979ff56b5ad197c0c7d6ae4bb4d11839cc8d Mon Sep 17 00:00:00 2001 From: konsthol Date: Sat, 9 Sep 2023 00:06:38 +0300 Subject: [PATCH] DNS_PROBE_FINISHED_NXDOMAIN --- secdep.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/secdep.py b/secdep.py index 55a33d6..ad73591 100755 --- a/secdep.py +++ b/secdep.py @@ -1014,6 +1014,8 @@ def create_node(provider, name=None, location=None, size=None, image=None, confi console.print("[bold white]\nLocation: %s\n[/bold white]" % (location)) console.print("[bold white]\nSize: [/bold white]%s\n" % (size)) console.print("[bold white]\nImage: [/bold white]%s\n" % (image)) + if args.deploy: + console.print("[bold white]\nDocker Images to pull: [/bold white]%s\n" % (args.deploy)) console.print("Type yes if you want to confirm your choices", style="bold white") confirm = Confirm.ask("[bold white]Continue? [/bold white]") # Any input other than yes does not continue the node creation