Remove echo statement

This commit is contained in:
phil 2023-12-02 16:15:58 +01:00
parent 82bc88629d
commit 5009ed456e

View file

@ -15,7 +15,6 @@ get_field() {
}
borg_last_modified=$(get_field 'repository.last_modified' | xargs -I{} date -d "{}" +"%s")
echo $borg_last_modified
borg_backup_age=$(echo "$NOW" "$borg_last_modified" | awk '{print(($1 - $2) / (24 * 60 * 60))}')
get_status_data() {