Commit Graph

6 Commits

Author SHA1 Message Date
Ross Goldberg
961c5de351 Reformat .sh files manually & with EditorConfig
Standardize the formatting of .sh files using auto-formatting specified
in .editorconfig, plus some manual reformatting that conforms to
.editorconfig:

 - Fix improper indents
 - Use 4-character-wide tabs for indents
 - Append () to function names in function declarations
 - Only one empty line at end of file
 - Add or remove empty lines
 - Insert initial spaces in comments
 - Removed unnecessary semicolons
 - Spread conditionals over multiple lines
 - Other minor spacing & format cleanup
2020-10-10 09:33:12 +01:00
Marco Vermeulen
18be82c445 Update release script. 2017-10-31 09:37:48 +00:00
Marco Vermeulen
32c2ef3a9d Add executable rights to scripts in bin folder. 2017-04-28 10:56:59 +01:00
Michael Osipov
11554105f9 Fix #562: Use /usr/bin/env bash for the shebang
/bin/bash will not work on OSes which do not have bash as default shell, e.g.,
*BSD. Use common env with bash from PATH to launch scripts.
2017-04-27 09:10:24 +01:00
Marco Vermeulen
9d7c88a318 Return on no mongo credentials found. 2016-12-08 08:00:55 +00:00
Marco Vermeulen
71584bb966 Automatically publish on upload to bintray. 2016-12-07 22:30:42 +00:00