Skip to content

Commit

Permalink
Merge pull request #4090 from AllskyTeam/master
Browse files Browse the repository at this point in the history
Merge master changes into branch - #4085 fix
  • Loading branch information
EricClaeys authored Dec 19, 2024
2 parents 1fc7e05 + 4548cc9 commit 3f7967a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/installUpgradeFunctions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -500,11 +500,11 @@ function replace_website_placeholders()
MINI_TLAPSE_URL_VALUE=""
else
MINI_TLAPSE_DISPLAY_VALUE="true"
if [[ ${DO_REMOTE_WEBSITE} == "true" ]]; then
MINI_TLAPSE_URL_VALUE="mini-timelapse.mp4"
else
if [[ ${TYPE} == "local" ]]; then
#shellcheck disable=SC2153
MINI_TLAPSE_URL_VALUE="/${IMG_DIR}/mini-timelapse.mp4"
else
MINI_TLAPSE_URL_VALUE="mini-timelapse.mp4"
fi
fi
else
Expand Down

0 comments on commit 3f7967a

Please sign in to comment.