SKALE-2202 fix script

parent 46209dc0
......@@ -41,7 +41,7 @@ fi
for (( VERSION_NUMBER=0; ; VERSION_NUMBER++ ))
do
if [ "$VERSION" = "1.49" ] && [ "$VERSION_NUMBER" < 4 ]
if [ "$VERSION" = "1.49" ] && [ "$VERSION_NUMBER" -le 4 ]
then
VERSION_NUMBER=4
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment