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:
parent
3bf9b2d098
commit
763a2525a9
1 changed files with 2 additions and 1 deletions
|
@ -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('*','.*')
|
||||
|
|
Loading…
Reference in a new issue