From: Mike Brady Date: Mon, 12 Mar 2018 21:38:57 +0000 (+0000) Subject: Update CAR INSTALL.md X-Git-Tag: 3.2d29~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ac740b6ad1f8fb211cbfba82b7d4fac095eacd3;p=thirdparty%2Fshairport-sync.git Update CAR INSTALL.md --- diff --git a/CAR INSTALL.md b/CAR INSTALL.md index 4a7f9f54..6d4bea42 100644 --- a/CAR INSTALL.md +++ b/CAR INSTALL.md @@ -184,10 +184,10 @@ if [ "$_IP" ]; then fi /usr/sbin/hostapd -B -P /run/hostapd.pid /etc/hostapd/hostapd.conf -/sbin/ifconfig wlan0 10.0.10.1 netmask 255.255.255.0 -sleep 1 +/sbin/ip addr add 10.0.10.1/24 dev wlan0 +/bin/sleep 1 /bin/systemctl start isc-dhcp-server -sleep 2 +/bin/sleep 2 /bin/systemctl start shairport-sync exit 0