Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Feb 2, 2024
1 parent f1d6900 commit 013254f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ function install_emby_xiaoya_all_emby() {
xiaoya_host="$docker0"
fi
else
xiaoya_host=$(grep xiaoya.host /etc/hosts | awk '{print $1}' | head -n1)
xiaoya_host=$(grep xiaoya.host /etc/hosts | awk '{print $1}' | head -n1)
fi

container_run_extra_parameters=$(cat ${DDSREM_CONFIG_DIR}/container_run_extra_parameters.txt)
Expand Down

0 comments on commit 013254f

Please sign in to comment.