Skip to content

Commit

Permalink
Update install.sh: Put quotes around overlay name
Browse files Browse the repository at this point in the history
Makes it easier to read.
  • Loading branch information
EricClaeys authored Aug 6, 2024
1 parent 2b48e95 commit 5071d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 5071d64

Please sign in to comment.