1
0

Put some TODOs at the top of the file

This commit is contained in:
Enrico Ludwig 2024-02-03 21:55:06 +01:00
parent 9bf45f9adb
commit 054b67b1cc

View File

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