diff --git a/embark/uploader/boundedexecutor.py b/embark/uploader/boundedexecutor.py index d4381d1e..0daa7a88 100644 --- a/embark/uploader/boundedexecutor.py +++ b/embark/uploader/boundedexecutor.py @@ -42,7 +42,7 @@ semaphore = BoundedSemaphore(MAX_QUEUE) # emba directories -EMBA_SCRIPT_LOCATION = f"cd {settings.EMBA_ROOT} && sudo -E ./emba" +EMBA_SCRIPT_LOCATION = f"cd {settings.EMBA_ROOT} && sudo ./emba" class BoundedException(Exception):