Skip to content

Commit

Permalink
Update install.sh: Remind user about upgrading Website
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Jan 23, 2025
1 parent af74753 commit 5f3ccb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2539,10 +2539,11 @@ restore_prior_files()
if [[ ${PRIOR_V} == "${ALLSKY_VERSION}" ]]; then
display_msg --log progress "Remote Website already at latest Allsky version ${PRIOR_V}."
else
MSG="Your remote Website needs to be updated to this newest version."
MSG="Your remote Website needs to be updated to version ${ALLSKY_VERSION}."
MSG+="\nIt is at version ${PRIOR_V}"
MSG+="\n\nRun: cd ~/allsky; ./remoteWebsiteInstall.sh"
display_msg --log notice "${MSG}"
add_to_post_actions "${MSG}"
fi
else
display_msg --log progress "${ITEM}: ${NOT_RESTORED}"
Expand Down

0 comments on commit 5f3ccb8

Please sign in to comment.