Commit a942a4d7 authored by Matthieu Cattin's avatar Matthieu Cattin

sh: Add question to switch computer OFF in calibration pts script.

parent d61cb79d
...@@ -30,3 +30,9 @@ echo $serial >> serial.txt ...@@ -30,3 +30,9 @@ echo $serial >> serial.txt
sudo ./pts.py -b FmcAdc100M14b4cha -s $serial -e $extra_serial -t./test/fmcadc100m14b4cha/python -l $LOGDIR 00 22 19 23 25 sudo ./pts.py -b FmcAdc100M14b4cha -s $serial -e $extra_serial -t./test/fmcadc100m14b4cha/python -l $LOGDIR 00 22 19 23 25
echo -n "End of the test, do you want to switch the computer OFF? [y,n]"
read reply
if [ "$reply" = "y" ]
then
sudo halt
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