Skip to content

Commit

Permalink
Fix start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
djenriquez committed Aug 23, 2017
1 parent 52a4ebf commit fc4646b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
DEFAULT_FILEBEAT_CONFIG_DIR=/etc/filebeat
DEFAULT_FILEBEAT_CONFIG_FILE=filebeat.yml

: ${FILEBEAT_CONFIG_DIR:=DEFAULT_FILEBEAT_CONFIG_DIR}
: ${FILEBEAT_CONFIG_FILE:=DEFAULT_FILEBEAT_CONFIG_FILE}
: ${FILEBEAT_CONFIG_DIR:=$DEFAULT_FILEBEAT_CONFIG_DIR}
: ${FILEBEAT_CONFIG_FILE:=$DEFAULT_FILEBEAT_CONFIG_FILE}

if [ ! -d "$FILEBEAT_CONFIG_DIR" ]; then
mkdir -p $FILEBEAT_CONFIG_DIR
Expand Down

0 comments on commit fc4646b

Please sign in to comment.