From c82c5ed3cd6b60b3427b0a9b9307404f141280e7 Mon Sep 17 00:00:00 2001 From: deajan Date: Tue, 21 May 2019 13:34:30 +0200 Subject: [PATCH] Removed unnecessary dot --- dev/tests/conf/pull.conf | 2 +- dev/tests/conf/push.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/tests/conf/pull.conf b/dev/tests/conf/pull.conf index f7c720f..15b9a02 100644 --- a/dev/tests/conf/pull.conf +++ b/dev/tests/conf/pull.conf @@ -58,7 +58,7 @@ FILE_WARN_MIN_SPACE=1048576 [REMOTE_OPTIONS] ## In case of pulled or pushed backups, remote system URI needs to be supplied. -REMOTE_SYSTEM_URI="ssh://root@localhost:22./" +REMOTE_SYSTEM_URI="ssh://root@localhost:22/" ## You can specify a RSA key (please use full path). If not defined, the default ~/.ssh/id_rsa will be used. See documentation for further information. SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa_local" diff --git a/dev/tests/conf/push.conf b/dev/tests/conf/push.conf index 55b75fa..4a1d3ae 100644 --- a/dev/tests/conf/push.conf +++ b/dev/tests/conf/push.conf @@ -58,7 +58,7 @@ FILE_WARN_MIN_SPACE=1048576 [REMOTE_OPTIONS] ## In case of pulled or pushed backups, remote system URI needs to be supplied. -REMOTE_SYSTEM_URI="ssh://root@localhost:22./" +REMOTE_SYSTEM_URI="ssh://root@localhost:22/" ## You can specify a RSA key (please use full path). If not defined, the default ~/.ssh/id_rsa will be used. See documentation for further information. SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa_local"