From a55abff9ac84a247750822febaebebbb013f4cc1 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 7 Nov 2024 21:37:36 -0600 Subject: [PATCH] Remove debug echo in always ran script --- home/run_install_ovpn_config.sh.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/home/run_install_ovpn_config.sh.tmpl b/home/run_install_ovpn_config.sh.tmpl index cf3adf9..3e2d3b2 100644 --- a/home/run_install_ovpn_config.sh.tmpl +++ b/home/run_install_ovpn_config.sh.tmpl @@ -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