1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update iiab-catch

This commit is contained in:
A Holt 2018-10-03 14:41:20 -04:00 committed by GitHub
parent eeb9c539b8
commit e6650b1313
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
# substitute our own server to catch OS connectivity checking URL's # substitute our own server to catch OS connectivity checking URL's
systemctl stop apache2 systemctl stop apache2
systemctl stop captive-portal systemctl stop py-captive-portal
echo address=/#/172.18.96.1 > /etc/dnsmasq.d/capture echo address=/#/172.18.96.1 > /etc/dnsmasq.d/capture
/opt/iiab/captive-portal/capture-wsgi.py -d & /opt/iiab/captive-portal/capture-wsgi.py -d &
# write the pid just started # write the pid just started