Remove debug echo in always ran script

This commit is contained in:
2024-11-07 21:37:36 -06:00
parent cd7d8a61da
commit a55abff9ac

View File

@@ -33,7 +33,6 @@ if [ -f "$FILE" ]; then
FILE_ABSOLUTE=$(realpath "$FILE")
RELATIVE_SECONDS=$(expr $EPOCHSECONDS - $(stat -c %Y -- "$FILE_ABSOLUTE"))
echo "File exists, last downloaded $(displaytime $RELATIVE_SECONDS) ago"
if ! test "$RELATIVE_SECONDS" -lt $ONE_WEEK; then
echo "File is older than a week, redownloading (last downloaded $(displaytime $RELATIVE_SECONDS) ago)"
download