Fix issue 475

This commit is contained in:
Lyz
2018-04-13 21:21:44 +02:00
parent 3a10ad860c
commit dabfb42261
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
/etc/transmission/stop.sh
/opt/tinyproxy/stop.sh
[ ! -f /opt/tinyproxy/stop.sh ] || /opt/tinyproxy/stop.sh

View File

@@ -1,4 +1,4 @@
#!/bin/sh
/etc/transmission/start.sh "$@"
/opt/tinyproxy/start.sh
[ ! -f /opt/tinyproxy/start.sh ] || /opt/tinyproxy/start.sh