From 7e8978d278852d53a7cc09c1bebf78385092780b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Wojdy=C5=82a?= Date: Mon, 11 Nov 2013 22:12:27 +0100 Subject: [PATCH] wni: changed qrexec agent path environment variable name --- core/storage/wni.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/storage/wni.py b/core/storage/wni.py index e597f046..a3571765 100644 --- a/core/storage/wni.py +++ b/core/storage/wni.py @@ -51,7 +51,7 @@ class QubesWniVmStorage(QubesVmStorage): # Pass paths for WNI libvirt driver os.putenv("WNI_DRIVER_QUBESDB_PATH", system_path['qubesdb_daemon_path']) - os.putenv("WNI_DRIVER_QREXEC_PATH", system_path['qrexec_agent_path']) + os.putenv("WNI_DRIVER_QREXEC_AGENT_PATH", system_path['qrexec_agent_path']) def _get_username(self, vmname = None): if vmname is None: