From 81fafbd03cceb5fb6b47aca3e2d03e707236f1f6 Mon Sep 17 00:00:00 2001 From: ronivay Date: Thu, 22 Jul 2021 21:41:12 +0300 Subject: [PATCH] add mention about forced update in non interactive output --- xo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo-install.sh b/xo-install.sh index 5a95aad..6488d2d 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -534,7 +534,7 @@ function InstallXO { ;; esac else - printinfo "No changes to xen-orchestra since previous install. Skipping xo-server and xo-web build." + printinfo "No changes to xen-orchestra since previous install. Skipping xo-server and xo-web build. Use the --force to update anyway." printinfo "Cleaning up install directory: $INSTALLDIR/xo-builds/xen-orchestra-$TIME" runcmd "rm -rf $INSTALLDIR/xo-builds/xen-orchestra-$TIME" exit 0