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 f3a1564 commit 218213cCopy full SHA for 218213c
samples/docker-domain/container-scripts/startAdminServer.sh
@@ -21,15 +21,12 @@ fi
21
export ${JAVA_OPTIONS}
22
echo "Java Options: ${JAVA_OPTIONS}"
23
24
-echo "I am here"
25
# Define start of Derby Database
26
-echo "start derby"
27
CUSTOM_DERBY_FLAG=`awk '{print $1}' $PROPERTIES_FILE | grep ^DERBY_FLAG= | cut -d "=" -f2`
28
if [ -n "${CUSTOM_DERBY_FLAG}" ]; then
29
- echo got a derby flag from prop
30
DERBY_FLAG="${CUSTOM_DERBY_FLAG}"
31
fi
32
-echo found the dervby
+
33
export ${DERBY_FLAG}
34
echo "Start Derby: ${DERBY_FLAG}"
35
0 commit comments