diff options
author | hozan23 <hozan23@karyontech.net> | 2024-07-14 23:13:16 +0200 |
---|---|---|
committer | hozan23 <hozan23@karyontech.net> | 2024-07-14 23:13:16 +0200 |
commit | 0ec6a7cc4c46fd4bb6298c784731364d5130bfef (patch) | |
tree | 4f1cb656b877d49a68c5fe9618b35697e0f01f8d | |
parent | b7c746a8d402b841419c05d50006f138c3a3f5ef (diff) |
-rwxr-xr-x | vms.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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") |