From 1a9d779ebee860b2b9731cda0c22f8210fd79d72 Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 13 May 2025 17:57:00 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/usr/local/etc/docker/init.d/00-aria2c.sh --- rootfs/usr/local/etc/docker/init.d/00-aria2c.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rootfs/usr/local/etc/docker/init.d/00-aria2c.sh b/rootfs/usr/local/etc/docker/init.d/00-aria2c.sh index 933c99d..828c32d 100755 --- a/rootfs/usr/local/etc/docker/init.d/00-aria2c.sh +++ b/rootfs/usr/local/etc/docker/init.d/00-aria2c.sh @@ -200,7 +200,10 @@ __run_pre_execute_checks() { __banner "$pre_execute_checks_MessageST" # Put command to execute in parentheses { - /usr/local/bin/tracker.sh "$CONF_DIR/aria2.conf" "$CUSTOM_TRACKER_URL" + echo "--------------------[BitTorrent Trackers]--------------------" + /usr/local/bin/tracker.sh "$CONF_DIR/aria2.conf" "$CUSTOM_TRACKER_URL" | tee "$LOG_DIR/trackers.log" >/dev/null + echo "-----------------[End of Trackers Scripts]--------------------" + true } exitStatus=$? __banner "$pre_execute_checks_MessageEnd: Status $exitStatus"