From 0ec6a7cc4c46fd4bb6298c784731364d5130bfef Mon Sep 17 00:00:00 2001 From: hozan23 Date: Sun, 14 Jul 2024 23:13:16 +0200 Subject: minor changes --- vms.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vms.sh b/vms.sh index 10568dd..9aedd88 100755 --- a/vms.sh +++ b/vms.sh @@ -84,7 +84,7 @@ usage() { $ vms boot IMAGE_NAME ISO_PATH $ vms boot arch /path/to/arch.iso $ vms create IMAGE_NAME SIZE_OF_IMAGE - $ vms create arch 50g + $ vms create arch 50G $ vms list\n" "$vms_path" exit 1 } @@ -212,6 +212,7 @@ case "$1" in save_config "$vms_path/$2.conf" printf "Created %s Successfully!\n" "$2" + printf "Please modify the config file: %s \n" "$vms_path/$2.conf" ;; "list") -- cgit v1.2.3