This commit is contained in:
Jeremy Andrews
2018-01-01 13:38:25 +13:00
parent 87c548d767
commit ef66e85f34
6 changed files with 10 additions and 6 deletions

7
tinyproxy/stop.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
if [ "${WEBPROXY_ENABLED}" = "true" ]; then
/etc/init.d/tinyproxy stop
fi