From b7685612d4b34d2ad32f6777c8a1f015e0f78b1d Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Sat, 23 Sep 2023 21:06:56 +0200 Subject: [PATCH] =?utf8?q?Poprawienie=20konfiguracji,=20domy=C5=9Blne=20uw?= =?utf8?q?zgl=C4=99dnienie=20klucza=20w=20opcja=20SSH?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- sync.d/sync.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.d/sync.conf b/sync.d/sync.conf index 94ebdd3..15861c1 100644 --- a/sync.d/sync.conf +++ b/sync.d/sync.conf @@ -5,7 +5,7 @@ LDIR=""; RDIR=""; RUSER=""; RSERVER=""; -SSHOPTS=""; KEYFILE=""; +SSHOPTS="-i ${KEYFILE}"; export GIT_SSH_COMMAND="ssh ${SSHOPTS}"; -- 2.39.5