diff --git a/html/documentation/changeLog.html b/html/documentation/changeLog.html
index cd7dc6399..aaa6240fa 100644
--- a/html/documentation/changeLog.html
+++ b/html/documentation/changeLog.html
@@ -123,11 +123,11 @@
Enhancements / Changes
Image Directory in the WebUI.
Installing a Website on a remote server is significantly easier as well.
- Use the new remote_website_install.sh
command;
+ Use the new remoteWebsiteInstall.sh
command;
it will upload the Allsky Website files for you and remove any
old, unneeded files.
If this is a new remote Website,
- remote_website_install.sh
will ask you whether or not to
+ remoteWebsiteInstall.sh
will ask you whether or not to
also upload any startrails, keograms, and timelapse videos on your Pi.
Images, timelapse, keograms, and startrails can now be written
diff --git a/html/documentation/explanations/layout.html b/html/documentation/explanations/layout.html
index 4dbfe8d8a..1077e3977 100644
--- a/html/documentation/explanations/layout.html
+++ b/html/documentation/explanations/layout.html
@@ -157,7 +157,7 @@
You'll normally view the Allsky Documentation via the WebUI's
Documentation link instead of this file.
- remote_website_install.sh
+ remoteWebsiteInstall.sh
The program used to prepare an optional remote Allsky Website.
This should only be run after viewing the
diff --git a/html/documentation/installations/AllskyWebsite.html b/html/documentation/installations/AllskyWebsite.html
index 576fea5fc..675afe30b 100644
--- a/html/documentation/installations/AllskyWebsite.html
+++ b/html/documentation/installations/AllskyWebsite.html
@@ -98,7 +98,7 @@ Install a remote Allsky Website
subsection.
Make sure to enable Use Remote Website
as well as enough other settings so Allsky can upload a file to the Website.
- Run cd ~/allsky; ./remote_website_install.sh
+ Run cd ~/allsky; ./remoteWebsiteInstall.sh
to upload a default configuration file to your server,
leaving the master copy on the Pi.
diff --git a/install.sh b/install.sh
index a2c8c7e21..c54b4c2f0 100755
--- a/install.sh
+++ b/install.sh
@@ -2503,7 +2503,7 @@ restore_prior_files()
MSG="Your remote Website needs to be updated to this newest version."
MSG+="\nIt is at version ${PRIOR_V}"
# This command will update the version.
- MSG+="\n\nRun: cd ~/allsky; ./remote_website_install.sh"
+ MSG+="\n\nRun: cd ~/allsky; ./remoteWebsiteInstall.sh"
display_msg --log notice "${MSG}"
fi
else
diff --git a/remote_website_install.sh b/remoteWebsiteInstall.sh
similarity index 100%
rename from remote_website_install.sh
rename to remoteWebsiteInstall.sh
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