Skip to content

Commit

Permalink
Add mkdir for certs directory (#1163) (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtchin authored Nov 28, 2017
1 parent 1dad077 commit 13a1613
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ function detectHostname {
fi
}

mkdir -p ${cert_dir}
chown -R 10000:10000 ${cert_dir}
mkdir -p ${log_dir}
chown -R 10000:10000 ${log_dir}
Expand Down

0 comments on commit 13a1613

Please sign in to comment.