mirror of
https://github.com/Qortal/qortal.git
synced 2025-04-23 19:37:51 +00:00
Slight reordering of vars.
This commit is contained in:
parent
a06faa7685
commit
1c38afcd25
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
start_height=$1
|
start_height=$1
|
||||||
count=$2
|
count=$2
|
||||||
|
target=$3
|
||||||
|
deviation=$4
|
||||||
|
power=$5
|
||||||
|
|
||||||
if [ -z "${start_height}" ]; then
|
if [ -z "${start_height}" ]; then
|
||||||
echo
|
echo
|
||||||
@ -19,10 +22,6 @@ if [ -z "${start_height}" ]; then
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
target=$3
|
|
||||||
deviation=$4
|
|
||||||
power=$5
|
|
||||||
|
|
||||||
count=${count:=100}
|
count=${count:=100}
|
||||||
target=${target:=60000}
|
target=${target:=60000}
|
||||||
deviation=${deviation:=30000}
|
deviation=${deviation:=30000}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user