forked from Qortal/qortal
Slight reordering of vars.
This commit is contained in:
parent
78cac7f0e6
commit
45efe7cd56
@ -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