added single quotes to enable command
This commit is contained in:
parent
0f1c0e0338
commit
d0ef7f1600
1 changed files with 1 additions and 1 deletions
|
@ -5197,7 +5197,7 @@ class Settings(Page):
|
|||
|
||||
if profile and isinstance(profile, SystemProfile):
|
||||
app_path = os.environ.get('APPIMAGE') or "/path/to/hydra-veil"
|
||||
self.cli_command.setText(f"{app_path} --cli profile enable -i {profile_id}")
|
||||
self.cli_command.setText(f"'{app_path}' --cli profile enable -i {profile_id}")
|
||||
self.cli_copy_button.setEnabled(True)
|
||||
self.cli_execute_button.setEnabled(True)
|
||||
ip_address = self.extract_endpoint_ip(profile)
|
||||
|
|
Loading…
Reference in a new issue