Commit 4f31af33 authored by Matthieu Cattin's avatar Matthieu Cattin

Add serial number write to file to be stored in FMC EEPROM.

parent 6c1aaf00
......@@ -20,6 +20,12 @@ if [ x$serial = x"" ]; then
serial=0000
fi
if [ -e serial.txt ]; then
rm serial.txt
fi
echo $serial >> serial.txt
extra_serial=$2
if [ x$2 = x"" ]; then
echo -n "If needed input extra serial number and press [ENTER] OR just press [ENTER]: "
......
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