Correct ifconfig statement

Interface needs to be wlan0, and IP address needs to match subnet offered in udhcpd.conf pool (192.169.1.X)
pull/700/head
jayfan0 2023-03-31 11:06:34 +01:00 committed by GitHub
parent fa92f2a2ae
commit ab9659b088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ fi
if [ $1 = "startup" ]; then
/etc/wireless/netadapter $1
ifconfig eth0 192.168.2.10
ifconfig wlan0 192.168.1.10
fi
if [ $1 = "shutdown" ]; then