From db6197d0a0b91741740f1a3535684859d15a0640 Mon Sep 17 00:00:00 2001 From: Raphael Dannecker Date: Thu, 5 Jun 2025 12:43:22 +0200 Subject: [PATCH] Prevents the `--options` option in `vm-run` from interfering with other options --- roles/lmn_vm/files/vm-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/lmn_vm/files/vm-run b/roles/lmn_vm/files/vm-run index 700a0ab..5307c68 100755 --- a/roles/lmn_vm/files/vm-run +++ b/roles/lmn_vm/files/vm-run @@ -216,7 +216,7 @@ while true; do shift ;; -o | --options ) - LIBVIRTOPTS=$2 + LIBVIRTOPTS="${LIBVIRTOPTS} $2" shift 2 ;; --no-viewer )