From 5b77f4cd202156600cce351eb3d54b1f888d8d48 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 7 Feb 2024 14:22:53 +0100 Subject: [PATCH] install.sh aktualisiert --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6e59632..88b7364 100644 --- a/install.sh +++ b/install.sh @@ -29,7 +29,7 @@ do then git clone https://gitea.ds9.dedyn.io/olli/${playbook}.git else - git clone ${GITSRVURL}/server-$(hostname -s).git + git clone ${GITSRVURL}/${playbook}.git fi [ -s /etc/dohardening ] || rm -f ${playbook}/hardening.yml if ls ${playbook}/*ansible*.yml >/dev/null 2>&1