From 079de3c08436be9d462197c2bbc1d40d424ff18e Mon Sep 17 00:00:00 2001 From: ronivay Date: Wed, 27 Nov 2019 20:38:50 +0200 Subject: [PATCH] fix typo xo-server.cfg -> xo-install.cfg --- xo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo-install.sh b/xo-install.sh index 8a27cc5..cb708ec 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -705,7 +705,7 @@ echo "Number of previous installations to preserve: $PRESERVE" echo echo "Errorlog is stored to $LOGFILE for debug purposes" echo -echo "Xen Orchestra configuration will be stored to $CONFIGPATH/.config/xo-server/config.toml, if you don't want it to be replaced with every update, set CONFIGUPDATE to false in xo-server.cfg" +echo "Xen Orchestra configuration will be stored to $CONFIGPATH/.config/xo-server/config.toml, if you don't want it to be replaced with every update, set CONFIGUPDATE to false in xo-install.cfg" echo "-----------------------------------------" echo