Skip to content

Commit

Permalink
Merge pull request #3947 from AllskyTeam/Remote-Website-updates
Browse files Browse the repository at this point in the history
Remote Website updates
  • Loading branch information
EricClaeys authored Nov 7, 2024
2 parents 3b6b8ca + a4c6cb1 commit 98ecb83
Show file tree
Hide file tree
Showing 4 changed files with 408 additions and 256 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2796,7 +2796,7 @@ restore_prior_website_files()
if [[ ${PRIOR_WEB_CONFIG_VERSION} < "${NEW_WEB_CONFIG_VERSION}" ]]; then
# If different versions, then update the current one.
update_old_website_config_file "${ALLSKY_WEBSITE_CONFIGURATION_FILE}" \
"${PRIOR_WEB_CONFIG_VERSION}" "${NEW_WEB_CONFIG_VERSION}" "local"
"${PRIOR_WEB_CONFIG_VERSION}" "${NEW_WEB_CONFIG_VERSION}"
else
display_msg --log progress "${ITEM} (copying)"
MSG="${ALLSKY_WEBSITE_CONFIGURATION_NAME}: Already current @ version ${NEW_WEB_CONFIG_VERSION}"
Expand Down
Loading

0 comments on commit 98ecb83

Please sign in to comment.