tps: fix mistakes in tps.sh

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