HomePhabricator

Address some Shellcheck issues in run script

Description

Address some Shellcheck issues in run script

  • SC2004: $/${} is unnecessary on arithmetic variables.
  • SC2006: Use $(..) instead of legacy ...

https://github.com/koalaman/shellcheck/wiki/Sc2004
https://github.com/koalaman/shellcheck/wiki/Sc2006

Details

Provenance
JeanFredAuthored on Apr 8 2021, 3:47 PM
Parents
R2566:666222b9866b: Expose elpased time in update endpoint in Flask web app
Branches
Unknown
Tags
Unknown
ChangeId
None