Moving destroyvms function
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user