Skip to content

Commit

Permalink
Issue apache#2197: bkctl binary distribution needs a 'logs' directory
Browse files Browse the repository at this point in the history
Fix apache#2197

Create "logs" directory before run bkctl cli

Reviewers: Enrico Olivelli <[email protected]>, Sijie Guo <None>

This closes apache#2389 from nicoloboschi/fix/2197/bkclt-logs, closes apache#2197

(cherry picked from commit 1df0833)
Signed-off-by: Sijie Guo <[email protected]>
  • Loading branch information
nicoloboschi authored and sijie committed Aug 13, 2020
1 parent 030bd56 commit 64972a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/bkctl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

BINDIR=`dirname "$0"`
BK_HOME=`cd ${BINDIR}/..;pwd`
mkdir -p $BK_HOME/logs

source ${BK_HOME}/bin/common.sh
source ${BK_HOME}/conf/bk_cli_env.sh
Expand Down

0 comments on commit 64972a4

Please sign in to comment.