From 9935303bd324f1a22c1e7531088ca837105622c7 Mon Sep 17 00:00:00 2001 From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:15:05 -0600 Subject: [PATCH] Update checkAllsky.sh: rename remote_website_install.sh --- scripts/checkAllsky.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checkAllsky.sh b/scripts/checkAllsky.sh index f29d3a82e..ed3a0cb6e 100755 --- a/scripts/checkAllsky.sh +++ b/scripts/checkAllsky.sh @@ -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