Skip to content

Commit 218213c

Browse files
Update startAdminServer.sh
remove bad echo statements
1 parent f3a1564 commit 218213c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

samples/docker-domain/container-scripts/startAdminServer.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,12 @@ fi
2121
export ${JAVA_OPTIONS}
2222
echo "Java Options: ${JAVA_OPTIONS}"
2323

24-
echo "I am here"
2524
# Define start of Derby Database
26-
echo "start derby"
2725
CUSTOM_DERBY_FLAG=`awk '{print $1}' $PROPERTIES_FILE | grep ^DERBY_FLAG= | cut -d "=" -f2`
2826
if [ -n "${CUSTOM_DERBY_FLAG}" ]; then
29-
echo got a derby flag from prop
3027
DERBY_FLAG="${CUSTOM_DERBY_FLAG}"
3128
fi
32-
echo found the dervby
29+
3330
export ${DERBY_FLAG}
3431
echo "Start Derby: ${DERBY_FLAG}"
3532

0 commit comments

Comments
 (0)