tunneldigger script now tells which interface it's starting for

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

View File

@ -24,7 +24,7 @@ config_cb() {
if [ ! -z "${limit_bw_down}" ]; then
broker_opts="${broker_opts} -L ${limit_bw_down}"
fi
echo "Starting tunneldigger"
echo "Starting tunneldigger on ${interface}"
/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++
;;