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"