From 5071d6465ed9ef1a275d083b1f674c9ff11ccf22 Mon Sep 17 00:00:00 2001 From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:22:20 -0600 Subject: [PATCH] Update install.sh: Put quotes around overlay name Makes it easier to read. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 49ab8f246..6f9be7a2c 100755 --- a/install.sh +++ b/install.sh @@ -3217,7 +3217,7 @@ install_overlay() if [[ ${WILL_USE_PRIOR} == "false" ]]; then # Set to defaults since there are no prior files. - display_msg --log progress "Using overlay ${OVERLAY_NAME}." + display_msg --log progress "Using overlay '${OVERLAY_NAME}'." for s in daytimeoverlay nighttimeoverlay do local VALUE=""; doV "" "OVERLAY_NAME" "${s}" "text" "${SETTINGS_FILE}"