mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 15:10:38 +01:00
fix seed enter parameter
This commit is contained in:
parent
384dcde593
commit
f633e804f8
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ if [ ${mode} = "seed-import-gui" ]; then
|
||||||
# eins zwei polizei drei vier great idea fünf sechs alte keks sieben auch gute nacht ja ja ja was ist los was ist das
|
# eins zwei polizei drei vier great idea fünf sechs alte keks sieben auch gute nacht ja ja ja was ist los was ist das
|
||||||
|
|
||||||
# scenario setup needs a 3rd parameter - the RESULTFILE to store results in
|
# scenario setup needs a 3rd parameter - the RESULTFILE to store results in
|
||||||
RESULTFILE=$3
|
RESULTFILE=$2
|
||||||
if [ "${RESULTFILE}" == "" ]; then
|
if [ "${RESULTFILE}" == "" ]; then
|
||||||
echo "error='mising parameter'"
|
echo "error='mising parameter'"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue