diff --git a/server/setup.py b/server/setup.py index da2a5ac..fb369a7 100644 --- a/server/setup.py +++ b/server/setup.py @@ -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() @@ -97,4 +97,4 @@ elif sel == 'B': except: pass elif sel == 'Q': - print('Bye!') \ No newline at end of file + print('Bye!')