Commit 85729810 authored by Jean-Claude BAU's avatar Jean-Claude BAU

Assembly_ppsi_conf.h: Fix wrong error message

parent 14788e67
......@@ -570,7 +570,7 @@ for i_port in {01..18}; do # scan all the physical ports
&& [ "$port_ptp_vid" -le 4094 ] &> /dev/null; then
v="$inst_vn[vlan]"; eval ${v}="$port_ptp_vid"
else
echo "$script_name: Wrong value \"$port_ptp_vid\" in CONFIG_VLANS_PORT"$i_port"_VID" | tee $log_output
echo "$script_name: Wrong value \"$port_ptp_vid\" in CONFIG_VLANS_PORT"$i_port"_PTP_VID" | tee $log_output
continue;
fi
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment