add self update

This commit is contained in:
2021-01-25 10:32:56 +01:00
parent 76940d22f6
commit bbaa7d0c76

View File

@@ -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