Skip to content

Commit

Permalink
Update install.sh: no longer need full path to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Dec 23, 2023
1 parent 4d11e80 commit 0defeda
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 @@ -2566,7 +2566,7 @@ check_new_exposure_algorithm()
remind_run_check_allsky()
{
MSG="After you've configured Allsky, run:"
MSG="${MSG}\n      cd ~/allsky; scripts/check_allsky.sh"
MSG="${MSG}\n      check_allsky.sh"
MSG="${MSG}\nto check for any issues. You can also run it whenever you make changes."
"${ALLSKY_SCRIPTS}/addMessage.sh" "info" "${MSG}"
display_msg --logonly info "Added message about running 'check_allsky.sh'."
Expand Down

0 comments on commit 0defeda

Please sign in to comment.