Merge pull request #476 from lyz-code/fix/tiniproxy-start-if-necesary
Fix issue 475
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| /etc/transmission/stop.sh | ||||
| /opt/tinyproxy/stop.sh | ||||
| [ ! -f /opt/tinyproxy/stop.sh ] || /opt/tinyproxy/stop.sh | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| /etc/transmission/start.sh "$@" | ||||
| /opt/tinyproxy/start.sh | ||||
| [ ! -f /opt/tinyproxy/start.sh ] || /opt/tinyproxy/start.sh | ||||
|   | ||||
		Reference in New Issue
	
	Block a user