mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-12 01:07:11 +02:00
8 lines
80 B
Bash
Executable File
8 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [[ "${WEBPROXY_ENABLED}" = "true" ]]; then
|
|
|
|
pkill privoxy
|
|
|
|
fi
|