TREX started only after clock is synchronized.

This commit is contained in:
Jose Pinto 2014-03-23 22:17:39 +00:00
parent fa4914abb3
commit 6830d49697

View File

@ -79,6 +79,7 @@ start()
export PYTHONPATH=${py_libs}
fi
track_amc wait
amc $TREX_CFG --nice=$TREX_NICE < /dev/null > /dev/null 2>&1 &
PID=$!
sleep 1