From 802b61d8f8b408943dba207cc8fba048e186c35a Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sun, 1 Sep 2024 18:48:00 -0400 Subject: [PATCH] Initialize variables --- lug-helper.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lug-helper.sh b/lug-helper.sh index 20a77d0..59e9f61 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -979,6 +979,8 @@ preflight_check() { unset preflight_results unset preflight_manual unset preflight_followup + unset preflight_fail_string + unset preflight_pass_string # Call the optimization functions to perform the checks lutris_check