From 1ae595129843afb9c55b2b46d63a4371e61ce3c2 Mon Sep 17 00:00:00 2001 From: ronivay Date: Thu, 4 Jun 2020 14:08:08 +0300 Subject: [PATCH] fix #46 --- xo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo-install.sh b/xo-install.sh index 851cb50..285454b 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -106,7 +106,7 @@ function ErrorHandling { if [[ -d $INSTALLDIR/xo-builds/xen-orchestra-$TIME ]]; then echo - prinfail "Removing $INSTALLDIR/xo-builds/xen-orchestra-$TIME because of failed installation." + printfail "Removing $INSTALLDIR/xo-builds/xen-orchestra-$TIME because of failed installation." cmdlog "rm -rf $INSTALLDIR/xo-builds/xen-orchestra-$TIME" rm -rf $INSTALLDIR/xo-builds/xen-orchestra-$TIME >> $LOGFILE 2>&1 fi