Skip to content

Commit

Permalink
Put Bashio cache folder in a dot folder inside tmp (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Feb 2, 2021
1 parent 3033ebb commit 1ceb692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/const.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Defaults
readonly __BASHIO_DEFAULT_ADDON_CONFIG="/data/options.json"
readonly __BASHIO_DEFAULT_CACHE_DIR="/tmp/bashio"
readonly __BASHIO_DEFAULT_CACHE_DIR="/tmp/.bashio"
readonly __BASHIO_DEFAULT_HIBP_ENDPOINT="https://api.pwnedpasswords.com/range"
readonly __BASHIO_DEFAULT_LOG_FORMAT="[{TIMESTAMP}] {LEVEL}: {MESSAGE}"
readonly __BASHIO_DEFAULT_LOG_LEVEL=5 # Defaults to INFO
Expand Down

0 comments on commit 1ceb692

Please sign in to comment.