From 67ecbede6b485f75940515edfc243294170582fb Mon Sep 17 00:00:00 2001 From: casjay Date: Thu, 9 Mar 2023 23:11:56 -0500 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/bin/entrypoint.sh | 4 ++-- rootfs/usr/local/etc/docker/init.d/00-aria2c.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rootfs/usr/local/bin/entrypoint.sh b/rootfs/usr/local/bin/entrypoint.sh index 64863e7..b1f5eb5 100755 --- a/rootfs/usr/local/bin/entrypoint.sh +++ b/rootfs/usr/local/bin/entrypoint.sh @@ -12,8 +12,8 @@ # @@Description : entrypoint point for aria2 # @@Changelog : New script # @@TODO : Better documentation -# @@Other : -# @@Resource : +# @@Other : +# @@Resource : # @@Terminal App : no # @@sudo/root : no # @@Template : other/docker-entrypoint 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 fda0c41..efc9da6 100755 --- a/rootfs/usr/local/etc/docker/init.d/00-aria2c.sh +++ b/rootfs/usr/local/etc/docker/init.d/00-aria2c.sh @@ -26,7 +26,7 @@ WORKDIR="" # set working directory SERVICE_UID="0" # set the user id SERVICE_USER="root" # execute command as another user SERVICE_PORT="" # port which service is listening on -EXEC_CMD_BIN="aria2" # command to execute +EXEC_CMD_BIN="aria2c" # command to execute EXEC_CMD_ARGS="--conf-path=/etc/aria2/aria2.conf" # command arguments PRE_EXEC_MESSAGE="" # Show message before execute # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -