LivInTheLookingGlass / ManifoldMarketManager

MIT License
8 stars 1 forks source link

Fix "SC2100" issue in daemon.sh #46

Open LivInTheLookingGlass opened 1 year ago

LivInTheLookingGlass commented 1 year ago

Use $((..)) for arithmetics, e.g. i=$((i - 2))

https://codeclimate.com/github/LivInTheLookingGlass/ManifoldMarketManager/daemon.sh#issue_636739bacf9c330001000068

LivInTheLookingGlass commented 1 year ago

test