Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix if/then
mchyzer committed Mar 18, 2024
1 parent 5354b76 commit 8d8635a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_files/usr-local-bin/libraryPrep.sh
@@ -366,7 +366,7 @@ prep_finishEnd() {
export GROUPER_TOMCAT_REMOTE_IP_VALVE=false
fi
if [ -z "$GROUPER_REDIRECT_FROM_SLASH_TO_GROUPER" ]; then
if [ "$GROUPER_UI" == 'true' ]
if [ "$GROUPER_UI" == 'true' ]; then

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

0 comments on commit 8d8635a

Please sign in to comment.