mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[fix][web] application root exec command
This commit is contained in:
@@ -49,7 +49,7 @@ class WebApplication(SoftwarePackage):
|
||||
|
||||
def get_command(self) -> str:
|
||||
if self.installation_dir:
|
||||
return '{}{}'.format(self.get_exec_path(), '--no-sandbox' if user.is_root() else '')
|
||||
return '{}{}'.format(self.get_exec_path(), ' --no-sandbox' if user.is_root() else '')
|
||||
|
||||
def get_type(self):
|
||||
return 'web'
|
||||
|
||||
Reference in New Issue
Block a user