Skip to content

Commit

Permalink
Update checkAllsky.sh: rename remote_website_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Dec 6, 2024
1 parent 4bb34c9 commit 9935303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/checkAllsky.sh
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ if [[ ${CHECK_ERRORS} == "true" ]]; then
if [[ ${S_useremotewebsite} == "true" && ! -f ${f} ]]; then
heading "Error"
echo "${WSNs}${S_useremotewebsite_label}${WSNe} is enabled but '${f}' does not exist."
echo "FIX: Either disable ${WSNs}${S_useremotewebsite_label}${WSNe} or run 'cd ~/allsky; ./remote_website_install.sh'."
echo "FIX: Either disable ${WSNs}${S_useremotewebsite_label}${WSNe} or run 'cd ~/allsky; ./remoteWebsiteInstall.sh'."
fi

##### Check dark frames
Expand Down

0 comments on commit 9935303

Please sign in to comment.