update nginx, set wan interface for wo dashboard

This commit is contained in:
VirtuBox
2019-04-24 02:01:50 +02:00
parent 51963091a4
commit 78fd8bbb44
5 changed files with 19 additions and 3 deletions

View File

@@ -46,7 +46,8 @@ except Exception as e:
while not re.match(r"^[A-Za-z0-9\.\+_-]+@[A-Za-z0-9\._-]+\.[a-zA-Z]*$",
wo_email):
print("Whoops, seems like you made a typo - the e-mailaddress is invalid...")
print("Whoops, seems like you made a typo - "
"the e-mailaddress is invalid...")
wo_email = input("Enter your email: ")
os.system("git config --global user.name {0}".format(wo_user))