Update wol-delemaco.sh

This commit is contained in:
Lorenzo Iovino 2024-06-06 17:52:39 +02:00 committed by GitHub
parent afcd7a4182
commit 459cd982a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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