Prevents the --options option in vm-run from interfering with other options

This commit is contained in:
Raphael Dannecker 2025-06-05 12:43:22 +02:00
parent 0a7fd9369c
commit 48ce882c16

View file

@ -216,7 +216,7 @@ while true; do
shift
;;
-o | --options )
LIBVIRTOPTS=$2
LIBVIRTOPTS="${LIBVIRTOPTS} $2"
shift 2
;;
--no-viewer )