diff --git a/restic/.bin/restic_common b/restic/.bin/restic_common index a3b1739..7856918 100755 --- a/restic/.bin/restic_common +++ b/restic/.bin/restic_common @@ -44,7 +44,9 @@ if [[ $? > 0 ]]; then info "Not connected." exit 1 fi + BACKUP_SERVER="10.0.1.3" fi +BACKUP_SERVER="192.168.178.100" echo "Done" read_config \ No newline at end of file