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 53f759f commit e9b6f44Copy full SHA for e9b6f44
operator/src/main/resources/scripts/startServer.sh
@@ -87,7 +87,7 @@ function copySitCfg() {
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."
90
- # rm -f $local_fname || exitOrLoop
+ rm -f $local_fname || exitOrLoop
91
fi
92
done
93
0 commit comments