mirror of
https://github.com/casjaysdevdocker/transmission
synced 2025-01-18 00:34:26 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
3eed22859e
commit
8293587108
@ -106,8 +106,7 @@ case "$1" in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
healthcheck) # Docker healthcheck
|
healthcheck) # Docker healthcheck
|
||||||
echo "$(uname -s) $(uname -m) is running"
|
[ -f "/tmp/transmission-daemon.pid" ]
|
||||||
echo _other_commands here
|
|
||||||
exitCode=$?
|
exitCode=$?
|
||||||
;;
|
;;
|
||||||
|
|
||||||
@ -119,7 +118,7 @@ healthcheck) # Docker healthcheck
|
|||||||
|
|
||||||
*) # Execute primary command
|
*) # Execute primary command
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
transmission-daemon
|
transmission-daemon --config-dir /config/transmission -f
|
||||||
else
|
else
|
||||||
__exec_bash "/bin/bash"
|
__exec_bash "/bin/bash"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user