Compare commits

...

2 Commits

Author SHA1 Message Date
simonmicro
446f9ba291
Merge pull request #23 from tuxpowered/master
Corrected uninstall
2022-11-16 02:10:15 +01:00
TuxPowered
4b08b0a67f
Corrected uninstall
Adjusted typo preventing uninstall from running
2022-11-10 16:51:33 -08:00

View File

@ -34,7 +34,7 @@ if args.reset != 'DEFAULT':
sel = 'R'
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()
print()