mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
scripts/ansible: "bash -e" is debatable (document it for now)
This commit is contained in:
parent
c28900a7db
commit
6022d372f0
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
#!/bin/bash -e # Exit right away on error
|
||||
#!/bin/bash -e
|
||||
# FWIW "-e" tries to exit right away on error:
|
||||
# https://tldp.org/LDP/abs/html/options.html
|
||||
# https://stackoverflow.com/questions/9952177/whats-the-meaning-of-the-parameter-e-for-bash-shell-command-line/9952249
|
||||
|
||||
# PLZ SEE http://FAQ.IIAB.IO > "What is Ansible and what version should I use?"
|
||||
# https://github.com/iiab/iiab/tree/master/scripts/ansible.md
|
||||
|
|
Loading…
Reference in a new issue