diff options
author | Alon Levy <alevy@redhat.com> | 2011-07-23 12:55:10 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2011-07-23 13:13:16 +0300 |
commit | a596303cb1f6bfcbb3ea9575faa8e984c52eb5a8 (patch) | |
tree | a94a923e28f6bfb2479f84640d0b8d92194f3da0 /scripts | |
parent | ec418d246d083cb5c2317d2f5f6a775de252a5b9 (diff) |
scripts/xspice: fix to run
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/xspice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xspice b/scripts/xspice index f6146b4..48c680c 100755 --- a/scripts/xspice +++ b/scripts/xspice @@ -90,7 +90,7 @@ var_args = ['port', 'tls_port', 'disable_ticketing', 'x509_dir', 'sasl', 'cacert_file', 'x509_key_file', 'x509_key_password', 'tls_ciphers', 'dh_file', 'password', 'image_compression', 'jpeg_wan_compression', 'zlib_glz_wan_compression', - 'playback_compression', 'streaming_video'] + 'streaming_video'] for arg in var_args: if getattr(args, arg): os.environ['XSPICE_' + arg.upper()] = str(getattr(args, arg)) |