🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-09-26 13:45:20 -04:00
parent 56d770c667
commit 3eed22859e
3 changed files with 102 additions and 6 deletions

View File

@@ -9,11 +9,11 @@
# @@Copyright : Copyright: (c) 2022 Jason Hempstead, Casjays Developments
# @@Created : Monday, Sep 26, 2022 13:31 EDT
# @@File : entrypoint-transmission.sh
# @@Description :
# @@Description :
# @@Changelog : New script
# @@TODO : Better documentation
# @@Other :
# @@Resource :
# @@Other :
# @@Resource :
# @@Terminal App : no
# @@sudo/root : no
# @@Template : other/docker-entrypoint
@@ -119,7 +119,7 @@ healthcheck) # Docker healthcheck
*) # Execute primary command
if [ $# -eq 0 ]; then
__exec_bash "/bin/bash"
transmission-daemon
else
__exec_bash "/bin/bash"
fi