Commit 59a42e2c authored by Marek Gumiński's avatar Marek Gumiński

Removed attempt to backup ADC samples from fmcmasterfip.sh

parent 65fb2e77
......@@ -158,21 +158,6 @@ do
echo "Did not find eeprom image."
fi
# backup adc samples contents
if [ `ls /tmp/mfdata_* 2>/dev/null | wc -l` -ne 0 ]
then
for f in `ls /tmp/mfdata_*`
do
topic=`sed 's/\/tmp\/mfdata_//' <<< $f`
newname="${serial}_${extra_serial}_${topic}"
cp $f "${LOGDIR}/adcdata/${newname}"
done
echo "ADC samples backed up in ${LOGDIR}/adcdata"
else
echo "Did not find any ADC samples to backup"
fi
# repeat test?
if [ "$nb_test" != "$nb_test_limit" ]
then
......
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