From 20de902f1043d6d9f45fe2118eb9332c46f1cacb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roni=20V=C3=A4yrynen?= Date: Sun, 2 Jan 2022 11:57:02 +0200 Subject: [PATCH] chore: add some details to menu output about proxy configuration --- xo-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xo-install.sh b/xo-install.sh index 157abad..ee3b4fa 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -1349,8 +1349,10 @@ function StartUpScreen { echo echo -e "Errorlog is stored to ${COLOR_WHITE}$LOGFILE${COLOR_N} for debug purposes" echo + echo "Depending on which installation is chosen:" + echo echo -e "Xen Orchestra configuration will be stored to ${COLOR_WHITE}$CONFIGPATH/.config/xo-server/config.toml${COLOR_N}, if you don't want it to be replaced with every update, set ${COLOR_WHITE}CONFIGUPDATE${COLOR_N} to false in ${COLOR_WHITE}xo-install.cfg${COLOR_N}" - echo -e "Xen Orchestra Proxy configuration will be stored to ${COLOR_WHITE}$CONFIGPATH/.config/xo-proxy/config.toml${COLOR_N}." + echo -e "Xen Orchestra Proxy configuration will be stored to ${COLOR_WHITE}$CONFIGPATH/.config/xo-proxy/config.toml${COLOR_N}. Config won't be overwritten during update, ever" echo "-----------------------------------------" echo