Skip to content

Commit

Permalink
Fix broken assignment for DIRECT_ADDRESS
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Nov 30, 2023
1 parent 61551a5 commit be50062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/COPY_ROOT/opt/ai-dock/bin/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ function init_count_rclone_remotes() {
function init_direct_address() {
# Ensure set
if [[ ! -v $DIRECT_ADDRESS ]]; then
$DIRECT_ADDRESS=""
DIRECT_ADDRESS=""
fi

if [[ ${DIRECT_ADDRESS,,} == "false" ]]; then
Expand Down

0 comments on commit be50062

Please sign in to comment.