Files
docker-deluge-openvpn/root/etc/tinyproxy/stop.sh
2020-11-10 23:31:05 +01:00

8 lines
93 B
Bash
Executable File

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