Skip to content

Commit

Permalink
Merge pull request #2794 from thomasjacquin/check_allsky.sh-remove-du…
Browse files Browse the repository at this point in the history
…plicate-checks

check_allsky.sh: remove duplicate checks
  • Loading branch information
EricClaeys authored Jun 15, 2023
2 parents 53bc40e + 47787f9 commit 5a3717c
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions scripts/check_allsky.sh
Original file line number Diff line number Diff line change
Expand Up @@ -588,28 +588,6 @@ if [[ -f ${ALLSKY_REMOTE_WEBSITE_CONFIGURATION_FILE} && (${PROTOCOL} == "" || ${
echo "A remote Allsky Website configuration file was found but PROTOCOL doesn't support uploading files."
fi

if [[ ${WEBSITES} != "none" ]]; then
if [[ ${IMG_UPLOAD} == "false" ]]; then
heading "Warnings"
echo "You have an Allsky Website but no images are being uploaded to it (IMG_UPLOAD=false)."
fi
if [[ ${TIMELAPSE} == "true" && ${UPLOAD_VIDEO} == "false" ]]; then
heading "Warnings"
echo "You have an Allsky Website and timelapse videos are being created (TIMELAPSE=true),"
echo "but they are not being uploaded (UPLOAD_VIDEO=false)."
fi
if [[ ${KEOGRAM} == "true" && ${UPLOAD_KEOGRAM} == "false" ]]; then
heading "Warnings"
echo "You have an Allsky Website and keograms are being created (KEOGRAM=true),"
echo "but they are not being uploaded (UPLOAD_KEOGRAM=false)."
fi
if [[ ${STARTRAILS} == "true" && ${UPLOAD_STARTRAILS} == "false" ]]; then
heading "Warnings"
echo "You have an Allsky Website and startrails are being created (STARTRAILS=true),"
echo "but they are not being uploaded (UPLOAD_STARTRAILS=false)."
fi
fi



# ======================================================================
Expand Down

0 comments on commit 5a3717c

Please sign in to comment.