From 79d8150e569237ee28708d9fdfbbabcc2b1b79c0 Mon Sep 17 00:00:00 2001 From: SimonFair <39065407+SimonFair@users.noreply.github.com> Date: Sat, 30 Mar 2024 08:39:45 +0000 Subject: [PATCH] Initialise DISABLE in qemu script --- sbin/qemu | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/qemu b/sbin/qemu index d458e7ec5..2dc3113d6 100755 --- a/sbin/qemu +++ b/sbin/qemu @@ -1,4 +1,5 @@ #!/bin/bash +DISABLE="no" source /boot/config/domain.cfg if [ $DISABLE == "yes" ] then