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