Skip to content

Commit

Permalink
Fix LOGID_FILE Reference (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
yammes08 authored Nov 4, 2024
1 parent 69a87ba commit 53938e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xseed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ USENET_CLIENT_NAME=${USENET_CLIENT_NAME:-SABnzbd}
XSEED_HOST=${XSEED_HOST:-crossseed}
XSEED_PORT=${XSEED_PORT:-8080}
LOG_FILE=${LOG_FILE:-/config/xseed.log}
LOGID_FILE=${LOG_FILE:-/config/xseed-id.log}
LOGID_FILE=${LOGID_FILE:-/config/xseed-id.log}
XSEED_APIKEY=${XSEED_APIKEY:-}
log_message "DEBUG" "Using '.env' file for config?: $EVAR"
log_message "INFO" "Using Configuration:"
Expand Down

0 comments on commit 53938e1

Please sign in to comment.