autoupdate.yml aktualisiert

This commit is contained in:
olli 2023-09-28 14:45:07 +02:00
parent c6caad28a9
commit b349494564

View File

@ -85,7 +85,7 @@
marker: "# {mark} ANSIBLE MANAGED BLOCK" marker: "# {mark} ANSIBLE MANAGED BLOCK"
block: | block: |
# Server-Config in Git # Server-Config in Git
cd /root || exit 0 cd /root
[ -d /root/server-$(hostname -s) ] && rm -r /root/server-$(hostname -s) [ -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 || exit 0
if [ -e /root/server-$(hostname -s)/$(hostname -s).sh ] if [ -e /root/server-$(hostname -s)/$(hostname -s).sh ]
@ -94,8 +94,9 @@
g_echo_warn "$(egrep -B1 "^changed" /var/log/server-$(hostname -s)-update.log)" g_echo_warn "$(egrep -B1 "^changed" /var/log/server-$(hostname -s)-update.log)"
g_echo_error "$(egrep -q -B1 -i '^error|^fatal' /var/log/server-$(hostname -s)-update.log && egrep -B50 '^error|^fatal' /var/log/server-$(hostname -s)-update.log)" g_echo_error "$(egrep -q -B1 -i '^error|^fatal' /var/log/server-$(hostname -s)-update.log && egrep -B50 '^error|^fatal' /var/log/server-$(hostname -s)-update.log)"
else else
g_echo_warn "no server-update-script found /root/server-$(hostname -s)/$(hostname -s).sh" g_echo "no server-update-script found /root/server-$(hostname -s)/$(hostname -s).sh"
fi fi
[ -x /usr/local/sbin/mint-config-update.sh ] && /usr/local/sbin/mint-config-update.sh
backup: yes backup: yes
validate: /bin/bash -n %s validate: /bin/bash -n %s