1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42: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 3bf9b2d098
commit 763a2525a9

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('*','.*')