Remove commented code
[ltt-control.git] / lttctl / ltt-disarmnetsync.sh
CommitLineData
34519f39
MD
1DEBUGFSROOT=$(grep ^debugfs /proc/mounts | head -1 | awk '{print $2}')
2MARKERSROOT=${DEBUGFSROOT}/ltt/markers
3
4echo Disconnecting network synchronization markers
5
6for m in ${MARKERSROOT}/net/*_extended; do
7 echo Disconnecting ${m}
8 echo 0 > ${m}/enable
9done
This page took 0.022037 seconds and 4 git commands to generate.