Double quotes

This commit is contained in:
Bob Mottram 2016-05-28 19:06:34 +01:00
parent 6c2fea78b2
commit ada6d58fc6
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ start() {
echo 'error: unable to find wifi interface, not enabling batman-adv mesh'
return
fi
echo 'info: enabling batman-adv mesh network $WIFI_SSID on $IFACE'
echo "info: enabling batman-adv mesh network $WIFI_SSID on $IFACE"
systemctl stop network-manager
sleep 5