Standardize scripts, use bash and double brackets
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "${WEBPROXY_ENABLED}" = "true" ]; then
|
||||
if [[ "${WEBPROXY_ENABLED}" = "true" ]]; then
|
||||
|
||||
/etc/init.d/tinyproxy stop
|
||||
|
||||
|
Reference in New Issue
Block a user