docker-transmission-openvpn/tinyproxy/stop.sh
Jeremy Andrews ef66e85f34 tweaks
2018-01-01 13:38:25 +13:00

8 lines
91 B
Bash
Executable File

#!/bin/bash
if [ "${WEBPROXY_ENABLED}" = "true" ]; then
/etc/init.d/tinyproxy stop
fi