Merge pull request #178 from bnerickson/master

fix: replace expected answer to exit with a wildcard when upgrade is not needed
This commit is contained in:
Roni Väyrynen
2023-03-22 10:35:53 +02:00
committed by GitHub

View File

@@ -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