1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

fixed the android sign in to server disapperance

This commit is contained in:
George Hunt 2019-12-15 00:46:11 +00:00
parent 6ed76a9491
commit a2c252002b

View file

@ -4,7 +4,8 @@
import os
outstr = ''
os.chdir('{{ iiab_dir }}/roles/captiveportal/templates')
#os.chdir('{{ iiab_dir }}/roles/captiveportal/templates')
os.chdir('/opt/iiab/iiab/roles/captiveportal/templates')
with open('checkurls','r') as urls:
for line in urls:
line = line.replace('*','.*')