mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-09-08 23:31:23 +02:00
5 lines
140 B
Bash
Executable File
5 lines
140 B
Bash
Executable File
#!/bin/bash
|
|
/etc/transmission/stop.sh
|
|
/usr/share/openrc/support/openvpn/down.sh
|
|
[[ ! -f /opt/tinyproxy/stop.sh ]] || /opt/tinyproxy/stop.sh
|