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 c07c2c0 commit 173eb37Copy full SHA for 173eb37
build/build-bifromq-starter/bin/standalone.bat
@@ -27,7 +27,7 @@ set BIN_DIR=%~dp0
27
for %%i in ("%BIN_DIR%\..") do (
28
set BASE_DIR=%%~fi
29
)
30
-set LOG_DIR=%BASE_DIR%\logs
+
31
set SCRIPT=%0
32
set COMMAND=%1
33
set FOREGROUND=%2
build/build-bifromq-starter/bin/standalone.sh
@@ -23,7 +23,6 @@ BASE_DIR=$(
23
cd "$(dirname "$0")"
24
pwd
25
)/..
26
-export LOG_DIR=$BASE_DIR/logs
if [ $# -lt 1 ]; then
echo "USAGE: $0 {start|stop|restart} [-fg]"
0 commit comments