diff --git a/restic/.bin/restic_common b/restic/.bin/restic_common index a80bfee..38bbfe1 100755 --- a/restic/.bin/restic_common +++ b/restic/.bin/restic_common @@ -49,6 +49,8 @@ if [[ $? > 0 ]]; then BACKUP_SERVER="10.0.1.3" fi BACKUP_SERVER="192.168.178.100" +info "Updating restic..." +restic self-update echo "Done" read_config \ No newline at end of file