From 207ebde501850a1cfb8da9e27f4ee17b27241e3d Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 19 Oct 2021 23:44:30 +0100 Subject: [PATCH] Remove test stub --- quickemu | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/quickemu b/quickemu index 441481c..d0e0dfb 100755 --- a/quickemu +++ b/quickemu @@ -409,8 +409,7 @@ function vm_boot() { fi # If EFI firmware path is a symlink, resolve it to a real file. - #if [ -L "${EFI_CODE}" ]; then - if true; then + if [ -L "${EFI_CODE}" ]; then echo " - EFI: WARNING! ${EFI_CODE} is a symlink." echo -n " Resolving to... " EFI_CODE=$(realpath "${EFI_CODE}")