From 5f0cb2040d2f1698b101df9ca64374cf426dfc06 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 11 Apr 2023 12:18:05 +0800 Subject: [PATCH] Update create_vm.sh --- create_vm.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/create_vm.sh b/create_vm.sh index 9e4f3f7..77ad9e0 100644 --- a/create_vm.sh +++ b/create_vm.sh @@ -26,13 +26,13 @@ pre_check(){ fi } -files=$(find . -maxdepth 1 -name "vm*" | sort) -if [ -n "$files" ]; then - for file in $files - do - cat "$file" >> vmlog - done -fi +# files=$(find . -maxdepth 1 -name "vm*" | sort) +# if [ -n "$files" ]; then +# for file in $files +# do +# cat "$file" >> vmlog +# done +# fi if [ ! -f "vmlog" ]; then yellow "当前目录下不存在vmlog文件"