Skip to content

Commit

Permalink
Update install.sh: remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Nov 7, 2024
1 parent cfb1c96 commit b61a6f4
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 @@ -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

0 comments on commit b61a6f4

Please sign in to comment.