Commit Graph

11 Commits

Author SHA1 Message Date
Jonas Weber ae7ccc5995 Fix SC2086 on all scripts
Relevant documentation: https://github.com/koalaman/shellcheck/wiki/SC2086

relates to: #540

This commit addresses 241 separate cases of missing quotes around
variables.
2018-10-04 19:45:22 +02:00
tom 085b2a2b10 remove `set -e` on explorers (they should be able to fail gracefully) 2018-10-04 17:38:39 +02:00
tom a46da35bbc fix SC2148 (missing shebang) and make executable 2018-10-04 17:38:38 +02:00
Darko Poljak 62378dc8b9 Change shebang to #!/bin/sh -e 2017-06-28 13:19:32 +02:00
Darko Poljak 9312bcb6b0 chmod +x *manifest *gencode-* 2017-06-28 12:52:10 +02:00
kamila 5d148a58d2 fix missing dependencies in __prometheus_*, __go_get 2017-06-15 11:13:39 +02:00
kamila 42bc5e28b9 WHY can't I write a man page? 2017-06-01 23:01:03 +02:00
kamila c16277bb8f manpage dæmons won't stop 2017-06-01 22:55:58 +02:00
kamila 5ac324cd91 sacrifice to the evil manpage demons 2017-06-01 22:26:18 +02:00
kamila d30103e9d2 __daemontools*: add/improve; + add man pages 2017-06-01 17:43:43 +02:00
kamila cf0ab2a5bd new type: __daemontools_service 2017-05-29 16:23:24 +02:00