From 1ceb692258dec209ff99bc2d6d3eee9a1c0a75df Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 2 Feb 2021 15:44:56 +0100 Subject: [PATCH] Put Bashio cache folder in a dot folder inside tmp (#60) --- lib/const.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/const.sh b/lib/const.sh index 1828a72..e6c08ac 100644 --- a/lib/const.sh +++ b/lib/const.sh @@ -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