mirror of
https://github.com/casjaysdevdocker/aria2
synced 2025-05-14 14:11:25 -04:00
🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/init.d/00-aria2c.sh
This commit is contained in:
parent
c91bcfaeeb
commit
1a9d779ebe
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user