mirror of
https://github.com/Encryptshell/Pritunl-API-crack.git
synced 2025-11-29 08:33:10 +00:00
Corrected uninstall
Adjusted typo preventing uninstall from running
This commit is contained in:
@@ -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!')
|
||||||
|
|||||||
Reference in New Issue
Block a user