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 563ac18483
commit db6197d0a0

View file

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