From 447844a90cabd60246c060a4ab5e130033f58c2c Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Fri, 10 Oct 2025 17:51:28 +0300 Subject: [PATCH] Change: Revert an 'if' statement (used for testing) --- Amelia.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Amelia.sh b/Amelia.sh index 1970a83..46c30bf 100644 --- a/Amelia.sh +++ b/Amelia.sh @@ -542,7 +542,7 @@ ${magenta}###${nc}------------------------------------${magenta}[ ${bwhite}Machi hardw_vendor="$(hostnamectl | grep -E "Hardware Vendor" | awk "{print \$3}")" machine="$(hostnamectl | grep -Em 1 "Chassis" | awk "{print \$2}")" - if [[ "${hypervisor}" == "none" ]]; then # <<<<<<<<<< + if [[ "${hypervisor}" != "none" ]]; then vm vendor="Virtual Machine" fi