mirror of
https://github.com/dnslin/aria2bot.git
synced 2026-01-11 04:02:20 +08:00
9 lines
160 B
Bash
9 lines
160 B
Bash
#!/bin/bash
|
|
# Docker 容器入口脚本
|
|
|
|
# 创建必要目录
|
|
mkdir -p /root/.local/bin /root/.config/aria2 /root/downloads
|
|
|
|
# 启动应用
|
|
exec python main.py
|