From 1f7440354d13c43cb8b98f71e9d1da9f6738bbe6 Mon Sep 17 00:00:00 2001 From: OscarSotoSanchez Date: Wed, 6 May 2020 16:44:47 +0200 Subject: [PATCH] installation script upgrade --- .../docker/openvidu-docker-compose/install_openvidu.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/openvidu-server/docker/openvidu-docker-compose/install_openvidu.sh b/openvidu-server/docker/openvidu-docker-compose/install_openvidu.sh index 0f0950e2..332ef40a 100755 --- a/openvidu-server/docker/openvidu-docker-compose/install_openvidu.sh +++ b/openvidu-server/docker/openvidu-docker-compose/install_openvidu.sh @@ -218,17 +218,19 @@ upgrade_ov() { printf '\n' printf "\n 1. A new file 'docker-compose.yml' has been created with the new services" printf '\n' - printf "\n 2. The current file '.env' has been kept but a new file '.env-VERSION' has been created." - printf "\n Please check the new file '.env-VERSION' use your data from the file '.env' and replace it" + printf "\n 2. The current file '.env' has been kept but a new file '.env-%s' has been created." "${OPENVIDU_VERSION}" + printf "\n Please check the new file '.env-%s' use your data from the file '.env' and replace it" "${OPENVIDU_VERSION}" printf '\n to have the new improvements.' printf '\n' printf "\n 3. If you were using Openvidu Call it has been updated in the file 'docker-compose.override.yml'" - printf "\n however if you are using your own application a file called 'docker-compose.override.yml-VERSION'" + printf "\n however if you are using your own application a file called 'docker-compose.override.yml-%s'" "${OPENVIDU_VERSION}" printf "\n has been created with the latest version of Openvidu Call, you can delete it or use it if you wish." printf '\n' printf '\n 4. Start new version of Openvidu' printf '\n $ ./openvidu start' printf '\n' + printf "\n If you want to roll-back all the files from the previous installation are in the folder '.old-%s'" "${OPENVIDU_PREVIOUS_VERSION}" + printf '\n' printf '\n For more information, check readme.md' printf '\n' printf '\n'