From e77be4dc3fa13a2ff6df1838cd9ac71e0d5e9a8d Mon Sep 17 00:00:00 2001 From: ronivay Date: Thu, 8 Jul 2021 11:53:50 +0300 Subject: [PATCH] update sample config comments --- sample.xo-install.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample.xo-install.cfg b/sample.xo-install.cfg index 729444d..be804f3 100644 --- a/sample.xo-install.cfg +++ b/sample.xo-install.cfg @@ -8,7 +8,7 @@ PORT="80" INSTALLDIR="/opt/xo" # Xen Orchestra configuration file is stored in XOUSER's home directory ($HOME/.config/xo-server/config.toml) and by default will be overwritten with every update done by this script. -# Set CONFIGUPDATE to false if you edit configuration by hand and don't want an update to overwrite it. Note that some of the options defined here won't be applied even if changed if this is set to false. +# You may disable this if you edit configuration by hand and don't want an update to overwrite it. Note that some of the options defined here won't be applied even if changed if this is set to false. # options: true/false CONFIGUPDATE=true