tweaks
This commit is contained in:
7
tinyproxy/stop.sh
Executable file
7
tinyproxy/stop.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "${WEBPROXY_ENABLED}" = "true" ]; then
|
||||
|
||||
/etc/init.d/tinyproxy stop
|
||||
|
||||
fi
|
Reference in New Issue
Block a user