Skip to content

Commit

Permalink
Merge pull request wildfly#3679 from tmiyargi/WFCORE-4335
Browse files Browse the repository at this point in the history
[WFCORE-4335] null file is created in bin directory when starting sta…
  • Loading branch information
bstansberry committed Feb 22, 2019
2 parents 2c2f31e + d8f9534 commit d33f0a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ if not "%PRESERVE_JAVA_OPT%" == "true" (
set JAVA_OPTS=%JAVA_OPTS% !TMP_PARAM!
)
rem Remove the gc.log file from the -version check
del /F /Q "%JBOSS_LOG_DIR%\gc.log" > null 2>&1
del /F /Q "%JBOSS_LOG_DIR%\gc.log" > nul 2>&1
)
setlocal DisableDelayedExpansion
)
Expand Down

0 comments on commit d33f0a8

Please sign in to comment.