Skip to content

Commit

Permalink
Update core
Browse files Browse the repository at this point in the history
  • Loading branch information
wy580477 authored May 11, 2022
1 parent 73bcc63 commit 4520f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/aria2/core
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ READ_ARIA2_CONF() {
exit 1
else
ARIA2_DOWNLOAD_DIR=$(grep ^dir "${ARIA2_CONF}" | cut -d= -f2-)
RPC_PORT=56800
RPC_PORT=61800
RPC_SECRET=$(grep ^rpc-secret "${ARIA2_CONF}" | cut -d= -f2-)
SAVE_SESSION_INTERVAL=$(grep ^save-session-interval "${ARIA2_CONF}" | cut -d= -f2-)
[[ ${ARIA2_DOWNLOAD_DIR} && ${RPC_PORT} && ${SAVE_SESSION_INTERVAL} ]] || {
Expand Down

0 comments on commit 4520f8b

Please sign in to comment.