From cc969bb82e9cbaff29b60bc4c9b668b2f8d544bd Mon Sep 17 00:00:00 2001 From: Ernst Bablick Date: Wed, 11 Sep 2024 23:34:28 +0200 Subject: [PATCH] EH: CS-571 Translate EULA and add it to GCS packages --- source/dist/util/install_modules/inst_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/dist/util/install_modules/inst_common.sh b/source/dist/util/install_modules/inst_common.sh index 67db79bc7..f4b4f7128 100644 --- a/source/dist/util/install_modules/inst_common.sh +++ b/source/dist/util/install_modules/inst_common.sh @@ -3847,8 +3847,8 @@ LicenseAgreement() return fi - if [ -f $PWD/doc/LICENSE.txt ]; then - $MORE_CMD $PWD/doc/LICENSE.txt + if [ -f $PWD/doc/legal/End-User-License-Agreement-English.txt ]; then + $MORE_CMD $PWD/doc/legal/End-User-License-Agreement-English.txt $INFOTEXT -auto $AUTO -ask "y" "n" -def "n" -n "Do you agree with that license? (y/n) [n] >> "