🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-09-26 13:50:42 -04:00
parent 3eed22859e
commit 8293587108
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F
2 changed files with 2 additions and 3 deletions

View File

@ -106,8 +106,7 @@ case "$1" in
;;
healthcheck) # Docker healthcheck
echo "$(uname -s) $(uname -m) is running"
echo _other_commands here
[ -f "/tmp/transmission-daemon.pid" ]
exitCode=$?
;;
@ -119,7 +118,7 @@ healthcheck) # Docker healthcheck
*) # Execute primary command
if [ $# -eq 0 ]; then
transmission-daemon
transmission-daemon --config-dir /config/transmission -f
else
__exec_bash "/bin/bash"
fi