NIFI-10610 Removed quotation from minifi-env.bat

This closes #6494.

Signed-off-by: Csaba Bejan <bejan.csaba@gmail.com>
This commit is contained in:
Ferenc Kis 2022-10-07 15:15:49 +02:00 committed by Csaba Bejan
parent e38bacf6b6
commit 1ebeb2db7a
No known key found for this signature in database
GPG Key ID: C59951609F8BDDEB
1 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ set MINIFI_PID_DIR=%MINIFI_ROOT%\run
rem The directory for NiFi log files
set MINIFI_LOG_DIR=%MINIFI_ROOT%\logs
set MINIFI_APP_LOG_FILE_NAME="minifi-app"
set MINIFI_APP_LOG_FILE_EXTENSION="log"
set MINIFI_BOOTSTRAP_LOG_FILE_NAME="minifi-bootstrap"
set MINIFI_BOOTSTRAP_LOG_FILE_EXTENSION="log"
set MINIFI_APP_LOG_FILE_NAME=minifi-app
set MINIFI_APP_LOG_FILE_EXTENSION=log
set MINIFI_BOOTSTRAP_LOG_FILE_NAME=minifi-bootstrap
set MINIFI_BOOTSTRAP_LOG_FILE_EXTENSION=log