install.sh aktualisiert

This commit is contained in:
olli 2024-02-07 14:22:53 +01:00
parent 24f192813c
commit 5b77f4cd20

View File

@ -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