diff --git a/bauh/gems/web/controller.py b/bauh/gems/web/controller.py index 31c9145f..79169730 100644 --- a/bauh/gems/web/controller.py +++ b/bauh/gems/web/controller.py @@ -876,7 +876,7 @@ class WebApplicationManager(SoftwareManager): return True def launch(self, pkg: WebApplication): - subprocess.Popen(pkg.get_command()) + subprocess.Popen(pkg.get_command(), shell=user.is_root()) def get_screenshots(self, pkg: SoftwarePackage) -> List[str]: pass