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

This commit is contained in:
Jason
2022-07-11 12:08:26 -04:00
parent 73f2b422b6
commit b838c13e19

View File

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