Skip to content

Commit e9b6f44

Browse files
author
Tom Barnes
committed
Uncomment accidentally commented line in startServer.sh
1 parent 53f759f commit e9b6f44

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
@@ -87,7 +87,7 @@ function copySitCfg() {
8787
for local_fname in ${tgt_dir}/*.xml ; do
8888
if [ ! -f "$src_dir/${fil_prefix}`basename ${local_fname}`" ]; then
8989
trace "Deleting '$local_fname' since it has no corresponding /weblogic-operator/introspector file."
90-
# rm -f $local_fname || exitOrLoop
90+
rm -f $local_fname || exitOrLoop
9191
fi
9292
done
9393
fi

0 commit comments

Comments
 (0)