Update and rename wol-delemaco.sh to delemaco.sh

This commit is contained in:
Lorenzo Iovino 2024-06-06 17:27:35 +02:00 committed by GitHub
parent ba6ed6633b
commit a76ae3c7c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,6 @@
# Configuration # Configuration
SERVER="delemaco" # Server to ping SERVER="delemaco" # Server to ping
#wakeonlan b8:cb:29:a1:f3:88
echo "Content-type: text/html" echo "Content-type: text/html"
echo echo
# Function to ping the server and generate HTML output # Function to ping the server and generate HTML output
@ -18,7 +17,6 @@ generate_html() {
else else
status="Offline" status="Offline"
color="red" color="red"
wakeonlan b8:cb:29:a1:f3:88
fi fi
# Generate HTML content # Generate HTML content