Fixed spacing in .sh script

This commit is contained in:
Phil 2023-06-18 21:26:30 +01:00
parent 4b6bf8cdf5
commit e74072aff1

View File

@ -8,6 +8,7 @@ WEBHOOK_URL="DISCORD_WEBHOOK_URL"
# Set WAN Number # Set WAN Number
WAN="NUMBER" WAN="NUMBER"
# Run the speedtest and parse the output # Run the speedtest and parse the output
SPEEDTEST=$(speedtest-cli --csv) SPEEDTEST=$(speedtest-cli --csv)