Fixed the arguments for virt-manager when calling with -m

This commit is contained in:
David Thurstenson 2020-09-24 09:13:35 -05:00
parent d0363187bf
commit 90c126f0f5
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ while :; do
-m)
cmdstring+=([cmd]="virt-manager")
opts=("--connect=${cmdstring[manuri]}"
"--show-domain-editor")
"--show-domain-editor"
"${cmdstring[domain]}")
;;
*) break;;
esac