mirror of
https://github.com/wahyd4/aria2-ariang-docker.git
synced 2026-08-09 05:15:55 +10:00
10 lines
194 B
Bash
Executable File
10 lines
194 B
Bash
Executable File
#! /bin/bash -eu
|
|
|
|
echo "Start Rclone"
|
|
rclone rcd --rc-web-gui \
|
|
--rc-web-gui-no-open-browser \
|
|
--rc-addr :5572 \
|
|
--rc-user $ARIA2_USER \
|
|
--rc-pass $ARIA2_PWD \
|
|
--cache-dir /app/.cache
|