From 3272d586d57b9149115e1179dd8dff021b4d7934 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Wed, 13 Nov 2019 20:28:48 -0800 Subject: [PATCH] rename function so it actually builds --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 56e00c3..6e4b5c7 100644 --- a/install.sh +++ b/install.sh @@ -9,13 +9,14 @@ function wait_for_finish() { echo "Still waiting for install to finish..." fi if [[ "x$STATUS" != "xrunning" ]]; then + date -u echo "Install done." return fi done } -function install_os() { +function begin_install_os() { virsh list virt-install --virt-type qemu --name linux \ --ram 4096 \