Commit e97365c5 authored by Joanne Hugé's avatar Joanne Hugé

Fix mistake in run_ptp4l

parent df3862f9
......@@ -2,5 +2,5 @@
linuxptp_dir=/home/oli/linuxptp
echo "ptp4l -i eth0 -f $linuxptp_dir/configs/gPTP.cfg --step_threshold=1 -m -S &> ~/ptp4l_log";
ptp4l -i eth0 -f $linuxptp_dir/configs/gPTP.cfg --step_threshold=1 -m -S &> ~/ptp4l_log;
echo "ptp4l -i eth0 -f $linuxptp_dir/configs/gPTP.cfg --step_threshold=1 -m -S &> ~/ptp4l_log &";
ptp4l -i eth0 -f $linuxptp_dir/configs/gPTP.cfg --step_threshold=1 -m -S &> ~/ptp4l_log &;
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