Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/build-bifromq-starter/bin/standalone.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set BIN_DIR=%~dp0
for %%i in ("%BIN_DIR%\..") do (
set BASE_DIR=%%~fi
)
set LOG_DIR=%BASE_DIR%\logs

set SCRIPT=%0
set COMMAND=%1
set FOREGROUND=%2
Expand Down
1 change: 0 additions & 1 deletion build/build-bifromq-starter/bin/standalone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ BASE_DIR=$(
cd "$(dirname "$0")"
pwd
)/..
export LOG_DIR=$BASE_DIR/logs

if [ $# -lt 1 ]; then
echo "USAGE: $0 {start|stop|restart} [-fg]"
Expand Down
Loading