This commit is contained in:
Aaron Bieber 2023-05-09 12:14:07 -06:00
parent 33642935ed
commit f42b7758c1
No known key found for this signature in database

View File

@ -11,4 +11,3 @@ EPOCH_DIFF=$(($NOW_EPOCH - $FLAKE_EPOCH))
if [ $EPOCH_DIFF -gt 60480 ]; then
echo "${BOLD}WARNING: inputs haven't been updated in $(($EPOCH_DIFF / 86400)) days!${NORMAL}"
fi