Skip to content

Commit

Permalink
EH: CS-571 Translate EULA and add it to GCS packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ernst-bablick committed Sep 11, 2024
1 parent eb63775 commit cc969bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/dist/util/install_modules/inst_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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] >> "

Expand Down

0 comments on commit cc969bb

Please sign in to comment.