Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Sam Heinz
2024-11-03 12:01:14 +10:00
25 changed files with 1107 additions and 47 deletions
+1
View File
@@ -58,6 +58,7 @@ if [[ ! -f /etc/zabbix/zabbix_server.conf ]]; then msg_error "No ${APP} Installa
msg_info "Updating $APP LXC"
apt-get update &>/dev/null
apt-get -y upgrade &>/dev/null
systemctl restart zabbix-server
msg_ok "Updated $APP LXC"
exit
}