mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-17 11:47:06 +02:00
5 lines
107 B
Bash
Executable File
5 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
|
|
/etc/transmission/start.sh "$@"
|
|
[[ ! -f /opt/tinyproxy/start.sh ]] || /opt/tinyproxy/start.sh
|