mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-16 03:07:08 +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
|