From b1f3b00b830b4eb051b8ecae6ae36c6bd8b61b74 Mon Sep 17 00:00:00 2001 From: e-minguez Date: Thu, 10 Jul 2025 12:04:05 +0200 Subject: [PATCH] fix: Fixed power on operation on macOS --- slemicro/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slemicro/common.sh b/slemicro/common.sh index 839065f..d7f6a92 100755 --- a/slemicro/common.sh +++ b/slemicro/common.sh @@ -79,7 +79,7 @@ create_vm(){ # Create the VM OUTPUT=$(osascript <<-END tell application "UTM" - set vm virtual machine named "${VMNAME}" + set vm to virtual machine named "${VMNAME}" start vm repeat if status of vm is started then exit repeat