mirror of
https://github.com/simonmicro/Pritunl-Fake-API.git
synced 2025-12-06 02:56:59 -05:00
Corrected uninstall
Adjusted typo preventing uninstall from running
This commit is contained in:
parent
9b7899f1d8
commit
4b08b0a67f
@ -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()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user