Commit 7a907b10 authored by Matthieu Cattin's avatar Matthieu Cattin

Cosmetic changes of prints.

parent e1e41c69
...@@ -10,8 +10,6 @@ LOGDIR=./log_fmcadc100m14b4cha ...@@ -10,8 +10,6 @@ LOGDIR=./log_fmcadc100m14b4cha
mkdir -p $LOGDIR mkdir -p $LOGDIR
sudo rm -fr $LOGDIR/pts* sudo rm -fr $LOGDIR/pts*
echo " "
serial=$1 serial=$1
if [ x$1 = x"" ]; then if [ x$1 = x"" ]; then
echo -n "Please scan CERN bar-code serial number, then press [ENTER]: " echo -n "Please scan CERN bar-code serial number, then press [ENTER]: "
...@@ -32,6 +30,8 @@ if [ x$extra_serial = x"" ]; then ...@@ -32,6 +30,8 @@ if [ x$extra_serial = x"" ]; then
extra_serial=0000 extra_serial=0000
fi fi
echo " "
nb_test_limit=2 nb_test_limit=2
nb_test=1 nb_test=1
......
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