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