Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tasks/bash.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be tested a bit, I don't know if this works out of the box on all operating systems


# This script may be called outside of a task, e.g. by puppet_agent
# so we have to just paste this code here. *grumbles*
# Exit with an error message and error code, defaulting to 1
Expand Down