Remove echo statement
This commit is contained in:
parent
82bc88629d
commit
5009ed456e
1 changed files with 0 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue