From 459cd982a8485e7b1d93d02e2480d9f0a1af32e0 Mon Sep 17 00:00:00 2001 From: Lorenzo Iovino Date: Thu, 6 Jun 2024 17:52:39 +0200 Subject: [PATCH] Update wol-delemaco.sh --- wol-delemaco.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wol-delemaco.sh b/wol-delemaco.sh index 8597a2d..ff464a1 100644 --- a/wol-delemaco.sh +++ b/wol-delemaco.sh @@ -56,7 +56,7 @@ EOL } # Run the function and save the output to a variable -HTML_OUTPUT=$(generate_html) +HTML_OUTPUT=$(generate_html "$SERVER") # Print the HTML content echo "$HTML_OUTPUT"