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