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 3755fc8 commit 00b3a76Copy full SHA for 00b3a76
operator/src/main/resources/scripts/startServer.sh
@@ -86,7 +86,7 @@ function copySitCfg() {
86
if [ $? = 0 ]; then
87
for local_fname in ${tgt_dir}/*.xml ; do
88
if [ ! -f "$src_dir/${fil_prefix}`basename ${local_fname}`" ]; then
89
- trace "Deleting '$local_fname' since it has no corresponding /weblogic-operator/introspector file."
+ trace "Deleting '$local_fname' since it has no corresponding '$src_dir' file."
90
rm -f $local_fname || exitOrLoop
91
fi
92
done
0 commit comments