Uploaded before wrong logic. Modified 02_bashboard.sh

This commit is contained in:
2026-03-31 22:45:11 +01:00
parent 6401a41cb0
commit 60533b99de

View File

@@ -42,7 +42,7 @@ function dashboard_fast() {
#### Cache ####
if [ $LOCAL_CACHE -ne 0 ]; then
if [ $LOCAL_CACHE -ne 1 ]; then
CACHE_DIR="/tmp/.dashboard_cache"
else
CACHE_DIR="/home/$(whoami)/.bashrc.d/.dashboard_cache"