From eb65df54b6e16c4e3eb80644a0b1a874774cc504 Mon Sep 17 00:00:00 2001 From: olli <> Date: Sun, 29 Sep 2024 22:06:11 +0200 Subject: [PATCH] run update if server-profile failed --- autoupdate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoupdate.yml b/autoupdate.yml index b2369ec..c47fb79 100644 --- a/autoupdate.yml +++ b/autoupdate.yml @@ -87,7 +87,7 @@ # Server-Config in Git cd /root [ -d /root/server-$(hostname -s) ] && rm -r /root/server-$(hostname -s) - git clone ssh://git@gitea.ds9.dedyn.io:333/olli/server-$(hostname -s).git >/dev/null 2>&1 || exit 0 + git clone ssh://git@gitea.ds9.dedyn.io:333/olli/server-$(hostname -s).git >/dev/null 2>&1 if [ -e /root/server-$(hostname -s)/$(hostname -s).sh ] then bash -x /root/server-$(hostname -s)/$(hostname -s).sh >/var/log/server-$(hostname -s)-update.log 2>&1