Skip to content

Commit

Permalink
Use LOGDIR that's passed in for our log location.
Browse files Browse the repository at this point in the history
  • Loading branch information
Materdaddy committed Nov 4, 2015
1 parent eb78030 commit cdc3e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion callbacks.sh
Original file line number Diff line number Diff line change
@@ -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()
{
Expand Down

0 comments on commit cdc3e6c

Please sign in to comment.