8 lines
91 B
Bash
Executable File
8 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ "${WEBPROXY_ENABLED}" = "true" ]; then
|
|
|
|
/etc/init.d/tinyproxy stop
|
|
|
|
fi
|