From 24f192813c093843ec90efe878798ac2325689d9 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 7 Feb 2024 14:21:45 +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 86eb8fa..6e59632 100644 --- a/install.sh +++ b/install.sh @@ -27,7 +27,7 @@ for playbook in $PLAYBOOKS do if [ -z "${GITSRVURL}" ] then - git clone https://gitea.ds9.dedyn.io/olli/${playbook}.git# + git clone https://gitea.ds9.dedyn.io/olli/${playbook}.git else git clone ${GITSRVURL}/server-$(hostname -s).git fi