From bbaa7d0c76358a1d6e8b1461080943228aa2865b Mon Sep 17 00:00:00 2001 From: Marco Kundt Date: Mon, 25 Jan 2021 10:32:56 +0100 Subject: [PATCH] add self update --- restic/.bin/restic_common | 2 ++ 1 file changed, 2 insertions(+) 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