We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b5889 commit 932b3dcCopy full SHA for 932b3dc
scripts/setup/02-emaccess.sh
@@ -2,7 +2,7 @@
2
3
export SCRIPT_DIR=$SCRIPTS_ROOT
4
5
-if [ "$DB_VERSION" = "18.4.0" ] && [ "$DB_EDITION" = "XE" ]; then
+if [ "$DB_VERSION" = "18.4.0" ] && [ "$DB_EDITION" = "xe" ]; then
6
echo "##### Enable EM Access for ${DB_VERSION} ${DB_EDITION} #####"
7
runuser oracle -m -s /bin/bash -c ". $SCRIPT_DIR/package/enableEmAccess.sh"
8
-fi
+fi
0 commit comments