Merge pull request #23 from tuxpowered/master

Corrected uninstall
This commit is contained in:
simonmicro 2022-11-16 02:10:15 +01:00 committed by GitHub
commit 446f9ba291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ if args.reset != 'DEFAULT':
sel = 'R' sel = 'R'
if interactive: if interactive:
while sel not in ['I', 'U', 'B', 'Q']: while sel not in ['I', 'R', '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!')