aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar steering72532026-05-04 20:43:57 +0000
committerGravatar steering72532026-05-04 20:43:57 +0000
commitf07e05406fe5d373790b1f87fac689c9eef6efd8 (patch)
treec33b1019f9d83380423cc6b5033ade694111ca66
parentmore installs (diff)
git-config
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index f9aac96..2e59f76 100755
--- a/install.sh
+++ b/install.sh
@@ -13,6 +13,7 @@ systemctl reload ssh
addgroup autopeer
adduser --disabled-password --comment '' new
git -c core.sshcommand="ssh -i /opt/autopeer/id_autopeer" clone git@git.dn42.dev:dn42/registry.git /opt/autopeer/dn42-registry
+git -C /opt/autopeer/dn42-registry config core.sshCommand "ssh -i /opt/autopeer/id_autopeer"
ln -s /opt/autopeer/crond.autopeer /etc/cron.d/autopeer