diff --git a/Defs/Actions.py b/Defs/Actions.py index 594c916..a352cc5 100644 --- a/Defs/Actions.py +++ b/Defs/Actions.py @@ -503,7 +503,7 @@ def runServer(): def endMessage(): #Message when HiddenEye exit choice = input("\n\n{0}[{1}?{0}] Press '1' To Run Script Again {1}|{0} Press 'ENTER' To Exit\n{0} >> {2}".format(RED, DEFAULT, CYAN)) if choice == '1': - system('python3 HiddenEye.py') + system('sudo python3 HiddenEye.py') elif choice == '': system('clear') print (_('''