removed extra newline

This commit is contained in:
Marc Juul 2014-01-10 02:13:13 -08:00
parent 1e24f1c481
commit fd62822c3a
1 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@ config_cb() {
broker_opts="${broker_opts} -L ${limit_bw_down}"
fi
echo "Starting tunneldigger"
/sbin/start-stop-daemon -S -q -b -m -p $PIDFILE -x /usr/bin/tunneldigger -- -u ${uuid} -i ${interface}
-t ${tunnel_id} -s ${hook_script} ${broker_opts}
/sbin/start-stop-daemon -S -q -b -m -p $PIDFILE -x /usr/bin/tunneldigger -- -u ${uuid} -i ${interface} -t ${tunnel_id} -s ${hook_script} ${broker_opts}
let tunnel_id++
;;
esac