Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
only redirect for ui
mchyzer committed Mar 18, 2024
1 parent 89fc237 commit 5354b76
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions container_files/usr-local-bin/libraryPrep.sh
@@ -366,8 +366,15 @@ prep_finishEnd() {
export GROUPER_TOMCAT_REMOTE_IP_VALVE=false
fi
if [ -z "$GROUPER_REDIRECT_FROM_SLASH_TO_GROUPER" ]; then
echo "grouperContainer; INFO: (libraryPrep.sh-prep_finishEnd) export GROUPER_REDIRECT_FROM_SLASH_TO_GROUPER=true"
export GROUPER_REDIRECT_FROM_SLASH_TO_GROUPER=true
if [ "$GROUPER_UI" == 'true' ]

echo "grouperContainer; INFO: (libraryPrep.sh-prep_finishEnd) export GROUPER_REDIRECT_FROM_SLASH_TO_GROUPER=true"
export GROUPER_REDIRECT_FROM_SLASH_TO_GROUPER=true
else
echo "grouperContainer; INFO: (libraryPrep.sh-prep_finishEnd) export GROUPER_REDIRECT_FROM_SLASH_TO_GROUPER=false"
export GROUPER_REDIRECT_FROM_SLASH_TO_GROUPER=false

fi

fi

0 comments on commit 5354b76

Please sign in to comment.