From 8c4374932dce9590bceb3a8ba0d244d3816dc718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sun, 26 Dec 2021 14:58:30 +0100 Subject: [PATCH] Update cacherebuild.sh --- cacherebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cacherebuild.sh b/cacherebuild.sh index d715dadd..be00ec63 100755 --- a/cacherebuild.sh +++ b/cacherebuild.sh @@ -25,7 +25,7 @@ source "$SCRIPT_DIR/cacherebuild-functions.sh" [[ -f cacherebuild.conf ]] && source "$SCRIPT_DIR/cacherebuild.conf" || display_alert "Using defaults" "" "info" # hardcoded variables and calculations -DAYSBEFORE=4 +DAYSBEFORE=6 START_TIME=$(date +%s) MONTH=$(date -d "$M" '+%m' | sed 's/\<0//g') DAYINMONTH=$(date -d "$D" '+%d' | sed 's/\<0//g')