Uploaded before wrong logic. Modified 02_bashboard.sh
This commit is contained in:
@@ -42,7 +42,7 @@ function dashboard_fast() {
|
|||||||
|
|
||||||
|
|
||||||
#### Cache ####
|
#### Cache ####
|
||||||
if [ $LOCAL_CACHE -ne 0 ]; then
|
if [ $LOCAL_CACHE -ne 1 ]; then
|
||||||
CACHE_DIR="/tmp/.dashboard_cache"
|
CACHE_DIR="/tmp/.dashboard_cache"
|
||||||
else
|
else
|
||||||
CACHE_DIR="/home/$(whoami)/.bashrc.d/.dashboard_cache"
|
CACHE_DIR="/home/$(whoami)/.bashrc.d/.dashboard_cache"
|
||||||
|
|||||||
Reference in New Issue
Block a user