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