Skip to content

Commit 00b3a76

Browse files
author
Tom Barnes
committed
Correct startServer.sh stdout print stmt, '/weblogic-operator/introspector' --> ''.
1 parent 3755fc8 commit 00b3a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/src/main/resources/scripts/startServer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function copySitCfg() {
8686
if [ $? = 0 ]; then
8787
for local_fname in ${tgt_dir}/*.xml ; do
8888
if [ ! -f "$src_dir/${fil_prefix}`basename ${local_fname}`" ]; then
89-
trace "Deleting '$local_fname' since it has no corresponding /weblogic-operator/introspector file."
89+
trace "Deleting '$local_fname' since it has no corresponding '$src_dir' file."
9090
rm -f $local_fname || exitOrLoop
9191
fi
9292
done

0 commit comments

Comments
 (0)