From c8886e1ba61ae6d742243963ee6b20fbb2b69972 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 Mar 2023 11:16:36 -0700 Subject: [PATCH] Standardize "no" response to continuing an unneeded upgrade to other "read" responses in the script. --- xo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo-install.sh b/xo-install.sh index 150c93f..a63887e 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -623,7 +623,7 @@ function PrepInstall { y) : ;; - n) + *) printinfo "Cleaning up install directory: $INSTALLDIR/xo-builds/xen-orchestra-$TIME" runcmd "rm -rf $INSTALLDIR/xo-builds/xen-orchestra-$TIME" exit 0