Skip to content
Snippets Groups Projects
Commit 2b43e2d6 authored by Samuel Iglesias Gonsalvez's avatar Samuel Iglesias Gonsalvez
Browse files

tps: fix mistakes in tps.sh

parent 2b8d97f4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment