Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename remote_website_install.sh to remoteWebsiteInstall.sh #4010

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions html/documentation/changeLog.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ <h4>Enhancements / Changes</h4>
<span class="WebUISetting">Image Directory</span> in the WebUI.
</li>
<li>Installing a Website on a remote server is significantly easier as well.
Use the new <code>remote_website_install.sh</code> command;
Use the new <code>remoteWebsiteInstall.sh</code> command;
it will upload the Allsky Website files for you and remove any
old, unneeded files.
If this is a new remote Website,
<code>remote_website_install.sh</code> will ask you whether or not to
<code>remoteWebsiteInstall.sh</code> will ask you whether or not to
also upload any startrails, keograms, and timelapse videos on your Pi.
</li>
<li>Images, timelapse, keograms, and startrails can now be written
Expand Down
2 changes: 1 addition & 1 deletion html/documentation/explanations/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
You'll normally view the Allsky Documentation via the WebUI's
<span class="WebUIWebPage">Documentation</span> link instead of this file.

<li><span class="lsBlack">remote_website_install.sh</span>
<li><span class="lsBlack">remoteWebsiteInstall.sh</span>
<br>
The program used to prepare an optional remote Allsky Website.
This should only be run after viewing the
Expand Down
2 changes: 1 addition & 1 deletion html/documentation/installations/AllskyWebsite.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h2>Install a remote Allsky Website</h2>
<span class="subSettingsHeader">Remote Website</span> subsection.
Make sure to enable <span class="WebUISetting">Use Remote Website</span>
as well as enough other settings so Allsky can upload a file to the Website.
<li>Run <code>cd ~/allsky; ./remote_website_install.sh</code>
<li>Run <code>cd ~/allsky; ./remoteWebsiteInstall.sh</code>
to upload a default configuration file to your server,
leaving the master copy on the Pi.
<ul>
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
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
Loading