From 252f83c0766dacba93449618cab90e9f07e7cac6 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 7 May 2024 12:14:25 +0100 Subject: [PATCH] fix(quickemu): remove unused variable monitor_cmd SC2034 https://www.shellcheck.net/wiki/SC2034 --- quickemu | 1 - 1 file changed, 1 deletion(-) diff --git a/quickemu b/quickemu index 48da3ff..f8ebcc1 100755 --- a/quickemu +++ b/quickemu @@ -1581,7 +1581,6 @@ public_dir="" monitor="socket" monitor_telnet_port="4440" monitor_telnet_host="localhost" -monitor_cmd="" serial="socket" serial_telnet_port="6660" serial_telnet_host="localhost"