Skip to content

Commit

Permalink
Merge pull request #4287 from jkellerer/patch-1
Browse files Browse the repository at this point in the history
emulators/qemu-guest-agent: fixes disabled-rpcs broke service start
  • Loading branch information
fraenki authored Dec 3, 2024
2 parents ae922ba + 5a5d2da commit 8326fb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% do optional_flags.append('-v') %}
{% endif %}
{% if helpers.exists('OPNsense.QemuGuestAgent.general.DisabledRPCs') and not helpers.empty('OPNsense.QemuGuestAgent.general.DisabledRPCs') %}
{% do optional_flags.append('--blacklist=' ~ OPNsense.QemuGuestAgent.general.DisabledRPCs) %}
{% do optional_flags.append('--block-rpcs=' ~ OPNsense.QemuGuestAgent.general.DisabledRPCs) %}
{% endif %}
qemu_guest_agent_setup="/usr/local/opnsense/scripts/OPNsense/QemuGuestAgent/setup.sh"
qemu_guest_agent_enable="YES"
Expand Down

0 comments on commit 8326fb8

Please sign in to comment.