Compare commits

..

No commits in common. "446f9ba291b51df7f6b05f082db07711683de2b1" and "9b7899f1d872806839ef1d7b518bc26600248993" have entirely different histories.

View File

@ -34,7 +34,7 @@ if args.reset != 'DEFAULT':
sel = 'R' sel = 'R'
if interactive: if interactive:
while sel not in ['I', 'R', 'B', 'Q']: while sel not in ['I', 'U', 'B', 'Q']:
sel = input('[I]nstall, [R]eset, [B]uy Pritunl, [Q]uit? ').upper() sel = input('[I]nstall, [R]eset, [B]uy Pritunl, [Q]uit? ').upper()
print() print()
@ -97,4 +97,4 @@ elif sel == 'B':
except: except:
pass pass
elif sel == 'Q': elif sel == 'Q':
print('Bye!') print('Bye!')