Moving destroyvms function

This commit is contained in:
Guillaume
2023-06-14 23:51:59 +02:00
parent b5734a4b0f
commit 3769192fec
3 changed files with 20 additions and 12 deletions

View File

@ -37,6 +37,7 @@ setup_network_qemu() {
echo "allow $QEMU_BR_NAME" >> /etc/qemu/bridge.conf
fi
}
run_qemu() {
id=1
for host in ${!hosts[*]}; do
@ -54,6 +55,8 @@ run_qemu() {
}
# # # # # # # #
source $(dirname $0)/.common
check_root
prereqs