add comment

This commit is contained in:
einhornimmond 2025-05-08 13:14:59 +02:00
parent 873f5be125
commit 19bf36bcf7

View File

@ -163,6 +163,8 @@ log_success() {
echo "<p style="color:green">$message</p>" >> "$UPDATE_HTML" # green in html
}
# called always on error, log error really visible with ascii art in red on console and html
# stop script execution
onError() {
local exit_code=$?
log_error "Command failed!"