Commit a4595c98 by sikang

update script

parent caf9fbd8
......@@ -46,6 +46,8 @@ with open(path, "w") as f_w:
elif "home=" in line and "home" in gateway.keys():
line = "home=\"%s\"\n"%(gateway['home'][0])
line = line.replace("http:","https:")
f_w.write(line)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment