Minor: echo output

This commit is contained in:
billz
2025-04-28 00:58:24 -07:00
parent 0ad82da51c
commit 384e1df1b7

View File

@@ -45,7 +45,7 @@ fi
# Set interface from config if not set by parameter
if [ -z "$interface" ] && [ -n "${config[WifiInterface]}" ]; then
interface="${config[WifiInterface]}"
echo "Interface not provided. Using WifiInterface from config: $interface"
echo "Interface not provided. Using interface from config: $interface"
fi
echo "Stopping network services..."