From 054b67b1cc487630de37877e8307d3db50e73bd5 Mon Sep 17 00:00:00 2001 From: Enrico Ludwig Date: Sat, 3 Feb 2024 21:55:06 +0100 Subject: [PATCH] Put some TODOs at the top of the file --- agent2_autoinstall.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/agent2_autoinstall.sh b/agent2_autoinstall.sh index 5d8f5b3..f7f2988 100755 --- a/agent2_autoinstall.sh +++ b/agent2_autoinstall.sh @@ -1,5 +1,10 @@ #!/bin/bash +# TODO: +# - More error messages based on exit status value of command (like a failed download) +# - Implement cleanup of files +# - Allow parameters and interactive run to be able to set the server ip, allow / disallow creation of additional configurations (like for Proxmox Containers) + # Define the Zabbix server IP ZABBIX_SERVER_IP="192.168.8.41" LOG_FILE="za2ai.log"