Skip to content

Commit 932b3dc

Browse files
committed
Fix for issue #9
1 parent c4b5889 commit 932b3dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/setup/02-emaccess.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
export SCRIPT_DIR=$SCRIPTS_ROOT
44

5-
if [ "$DB_VERSION" = "18.4.0" ] && [ "$DB_EDITION" = "XE" ]; then
5+
if [ "$DB_VERSION" = "18.4.0" ] && [ "$DB_EDITION" = "xe" ]; then
66
echo "##### Enable EM Access for ${DB_VERSION} ${DB_EDITION} #####"
77
runuser oracle -m -s /bin/bash -c ". $SCRIPT_DIR/package/enableEmAccess.sh"
8-
fi
8+
fi

0 commit comments

Comments
 (0)