add mention about forced update in non interactive output

This commit is contained in:
ronivay
2021-07-22 21:41:12 +03:00
parent df3323f844
commit 81fafbd03c

View File

@@ -534,7 +534,7 @@ function InstallXO {
;; ;;
esac esac
else 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" printinfo "Cleaning up install directory: $INSTALLDIR/xo-builds/xen-orchestra-$TIME"
runcmd "rm -rf $INSTALLDIR/xo-builds/xen-orchestra-$TIME" runcmd "rm -rf $INSTALLDIR/xo-builds/xen-orchestra-$TIME"
exit 0 exit 0