From cdc3e6cb77a46dc99cca1eaf68b475b172aa3364 Mon Sep 17 00:00:00 2001 From: Mat Mrosko Date: Tue, 3 Nov 2015 23:56:43 -0500 Subject: [PATCH] Use LOGDIR that's passed in for our log location. --- callbacks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/callbacks.sh b/callbacks.sh index d85ff23..28dcc31 100755 --- a/callbacks.sh +++ b/callbacks.sh @@ -1,7 +1,7 @@ #!/bin/bash #DEBUG=1 -DEBUG_LOG=${DEBUG_LOG:-/home/pi/media/logs/vastfmt.log} +DEBUG_LOG=${DEBUG_LOG:-${LOGDIR}/vastfmt.log} die() {