Slight reordering of vars.

This commit is contained in:
CalDescent 2021-04-10 18:24:33 +01:00
parent 78cac7f0e6
commit 45efe7cd56

View File

@ -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}