Use $use_height correctly in debug message

This commit is contained in:
BBaoVanC 2021-04-29 16:49:49 -05:00
parent edfc35ce34
commit 1dd055787f
No known key found for this signature in database
GPG key ID: 18089E4E3CCF1D3A

View file

@ -29,7 +29,7 @@ while :; do
"--height"|"-h")
if [ -z "$use_height" ]; then
use_height="$2"
[ "$DEBUG" = "true" ] && echo "Using height $height"
[ "$DEBUG" = "true" ] && echo "Using height $use_height"
else
echo "You can only specify the height argument once!"
fi