From 65762f733247bd9a3d4137088c079b4624dfe0f6 Mon Sep 17 00:00:00 2001 From: Dmitry Badovsky Date: Sun, 26 Oct 2025 15:47:05 +0000 Subject: [PATCH] Update vmcreate1.sh --- vmcreate1.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vmcreate1.sh b/vmcreate1.sh index 61cae81..e7cf239 100644 --- a/vmcreate1.sh +++ b/vmcreate1.sh @@ -152,6 +152,8 @@ echo "DEBUG file: $file" if [[ $# -eq 0 && -e "$file" ]]; then touch hosts.tmp echo -n "" > hosts.tmp + echo "DEBUG" + cat "$file" for line in $(cat "$file"); do echo "DEBUG line:$line" ip=$(echo -n $line | cut -d ' ' -f 1)