From ccc602e1c8ba25801fa2947623bd00b094268896 Mon Sep 17 00:00:00 2001 From: vyasgun Date: Thu, 6 Feb 2025 13:13:10 +0530 Subject: [PATCH] debug changes --- createdisk.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/createdisk.sh b/createdisk.sh index db4760fb..d9ad900f 100755 --- a/createdisk.sh +++ b/createdisk.sh @@ -101,6 +101,7 @@ fi # this mac address is used to allocate a specific IP to the VM # when tap device is in use. ${SSH} core@${VM_IP} 'sudo bash -x -s' <