🗃️ modified: bin/entrypoint-aria2.sh 🗃️

This commit is contained in:
Jason 2022-07-11 12:08:26 -04:00
parent 73f2b422b6
commit b838c13e19
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -88,7 +88,7 @@ healthcheck)
bash | shell | sh)
ARGS="$*"
exec /bin/bash ${ARGS:--l}
exec /bin/bash ${ARGS:-}
;;
*)