transmission: start on started network

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-09-27 03:08:13 +02:00
parent 2e414520e1
commit 97f51504a1

View File

@ -31,6 +31,8 @@
(
if [ "$TRANSMISSION_START" = "yes" ]; then
wait_for_network
progress "Starting Transmission BT daemon"
TRANSMISSION_ARG="$TRANSMISSION_ARG -w /storage/downloads"