Skip to content

Commit

Permalink
outline caching logic: make sure TAR1090_UPDATE_DIR exists
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Apr 25, 2024
1 parent 31e3466 commit 4d430ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/etc/s6-overlay/startup.d/06-range-outline
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ if [ -n "${HEYWHATSTHAT_PANORAMA_ID}" ]; then
OFILE="${TAR1090_INSTALL_DIR}/html-webroot/upintheair.json"

# in many configurations TAR1090_UPDATE_DIR will persist compose down / up
mkdir -p "${TAR1090_UPDATE_DIR}"
URL_FILE="${TAR1090_UPDATE_DIR}/upintheair.json.url"
PFILE="${TAR1090_UPDATE_DIR}/upintheair.json"

Expand Down

0 comments on commit 4d430ab

Please sign in to comment.