From 92f3466d08378d2e1447a1d8ba1174c440d7d967 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 19 Aug 2022 17:40:57 +0100 Subject: [PATCH] Make shellcheck happy --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index f0b1e8c..238a0d9 100755 --- a/quickemu +++ b/quickemu @@ -789,7 +789,7 @@ function vm_boot() { echo -n "" > "${VMDIR}/${VMNAME}.ports" - if [ -z "$SSH_PORT" ]; then + if [ -z "${SSH_PORT}" ]; then # Find a free port to expose ssh to the guest SSH_PORT=$(get_port 22220 9) fi