Reviewed the messages on the screen. Added information messages

This commit is contained in:
2025-07-23 13:09:27 +02:00
parent 7dd6a29b08
commit 8cd2eb5a05
2 changed files with 6 additions and 9 deletions

View File

@ -121,8 +121,6 @@ case "${ACTION}" in
fi
VM_HOSTNAME="$1"
source env_scripts/common.sh
echo "Action: ${ACTION}"
echo "VM Name: ${VM_HOSTNAME}"
if [[ "${ACTION}" == 'delete' ]]; then
vm_delete ${VM_HOSTNAME}
elif [[ "${ACTION}" == 'info' ]]; then
@ -133,7 +131,6 @@ case "${ACTION}" in
;;
list)
#echo "Action: list"
vm_list
;;