Skip to content

Commit 6ff40bf

Browse files
committed
2 - updated bash-example
1 parent 78047b6 commit 6ff40bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

2/Example_Bash.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
*NOTE: I did not test this script completely*
44

5+
If a single command will fail, the whole script will stop executing. (_set -e_)
6+
57
```bash
68
#!/usr/bin/env bash
79

2/Readme.md

-2
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ Compare the Bash and Ansible example and think about it: which one would you rat
193193

194194
#### Bash
195195

196-
If a single command will fail, the whole script will stop executing.
197-
198196
See: [Example Bash](https://github.com/ansibleguy/ansible_tutorial/blob/main/2/Example_Bash.md)
199197

200198
#### Ansible

0 commit comments

Comments
 (0)