From 60533b99de444278f42b9e219f3efd11b370a81a Mon Sep 17 00:00:00 2001 From: sld-admin Date: Tue, 31 Mar 2026 22:45:11 +0100 Subject: [PATCH] Uploaded before wrong logic. Modified 02_bashboard.sh --- installer/02_bashboard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/02_bashboard.sh b/installer/02_bashboard.sh index e97dd1f..96fc128 100644 --- a/installer/02_bashboard.sh +++ b/installer/02_bashboard.sh @@ -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"