tps: fix mistakes in tps.sh

parent fcb0d321
......@@ -8,9 +8,9 @@ if [ x$1 = x"" ]; then
read serial
fi
extra_serial=$1
extra_serial=$2
if [ x$2 = x"" ]; then
echo -n "Please, input extra SERIAL number [optional]: "
echo -n "Please, input extra SERIAL number: "
read extra_serial
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