Skip to content

Commit

Permalink
Update install.sh: save prior daytimeoverlay and nighttimeoverlay
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Nov 18, 2024
1 parent a5d24be commit ca1fe23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2535,6 +2535,8 @@ restore_prior_files()
doV "" "OVERLAY_NAME" "${s}" "text" "${SETTINGS_FILE}"
done
else
doV "" "DAYTIME_OVERLAY" "daytimeoverlay" "text" "${SETTINGS_FILE}"
doV "" "NIGHTTIME_OVERLAY" "nighttimeoverlay" "text" "${SETTINGS_FILE}"
display_msg --log info "Not converting overlays as daytimeoverlay and nighttimeoverlay are set"
fi

Expand Down

0 comments on commit ca1fe23

Please sign in to comment.