Utdate notification service

This commit is contained in:
MacRimi
2026-03-25 19:47:47 +01:00
parent 6c2b03ae76
commit d53c1dc402
4 changed files with 44 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ NC='\033[0m'
API="http://127.0.0.1:8008"
LOG_FILE="/tmp/proxmenux_real_test_$(date +%Y%m%d_%H%M%S).log"
# ── Helpers ────────────────────────────────────────────────────
# ── Helpers ─────────────────────<EFBFBD><EFBFBD><EFBFBD>───────────────────────────────
log() { echo -e "$1" | tee -a "$LOG_FILE"; }
header() {
echo "" | tee -a "$LOG_FILE"