appropriate number for never
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2019-07-25 17:10:30 +02:00
parent d1ac73034b
commit d05de406f8

View File

@@ -21,7 +21,7 @@ function last_update {
if [ -e "$LATEST/install_date" ]; then if [ -e "$LATEST/install_date" ]; then
date -d $(cat "$LATEST/install_date") "+%s" date -d $(cat "$LATEST/install_date") "+%s"
else else
echo 0 echo 1000000
fi fi
} }