Merge pull request #7585 from polynomial/kafka

Issue #7584 Kafka Log Directory Not Writeable
This commit is contained in:
lethalman 2015-04-27 14:08:35 +02:00
commit 3f11a5a024

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
# allow us the specify logging directory using env
substituteInPlace $out/bin/kafka-run-class.sh \
--replace 'LOG_DIR=$base_dir/logs' 'LOG_DIR=$KAFKA_LOG_DIR'
--replace 'LOG_DIR="$base_dir/logs"' 'LOG_DIR="$KAFKA_LOG_DIR"'
for p in $out/bin\/*.sh; do
wrapProgram $p \