Thomas Woerner
|
2882e2426a
|
Add -eu to all bash shebangs
ansible requires to either use "#!/bin/bash -eu" or "#!/bin/bash -eux"
for bash shebangs.
|
2023-05-05 16:26:45 +02:00 |
|
Rafael Guterres Jeffman
|
8ba665213f
|
linters: Fix shellcheck warnings in 'utils' scripts.
|
2021-11-24 21:01:29 -03:00 |
|
Thomas Woerner
|
0cfc9d0147
|
utils/gen_modules_docs.sh: Fix covscan findings
error[SC2148]: Tips depend on target shell and yours is unknown.
Add a shebang.
|
2020-12-09 16:02:08 +01:00 |
|
Thomas Woerner
|
5dd5faccb0
|
New utils script to update module docs
Usage: sh utils/gen_modules_docs.sh
|
2019-07-23 10:01:59 +02:00 |
|