mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 06:24: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:
|
def get_command(self) -> str:
|
||||||
if self.installation_dir:
|
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):
|
def get_type(self):
|
||||||
return 'web'
|
return 'web'
|
||||||
|
|||||||
Reference in New Issue
Block a user