Update airbase-ng.sh

This commit is contained in:
Usama Abdul Sattar 2019-10-24 12:59:48 +05:00 committed by GitHub
parent bf8a6537cb
commit 4cddfb6c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ function ap_service_start() {
sleep 1 sleep 1
APServicePID=$(pgrep -P $parentPID) APServicePID=$(pgrep -P $parentPID)
done done
eval ifconfig at0 192.168.254.1 eval ifconfig at0 192.169.254.1
ap_service_route ap_service_route
} }