]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update CAR INSTALL.md
authorMike Brady <mikebrady@eircom.net>
Mon, 12 Mar 2018 21:38:57 +0000 (21:38 +0000)
committerGitHub <noreply@github.com>
Mon, 12 Mar 2018 21:38:57 +0000 (21:38 +0000)
CAR INSTALL.md

index 4a7f9f549146fe3aa6764698215530a7ed6fd89b..6d4bea423d0388d7461ec6e246217cf458105ae5 100644 (file)
@@ -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