Skip to content

Commit

Permalink
Extra safeguard for unset variables
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoe committed Jul 12, 2015
1 parent 8730780 commit f8536a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-cleanup-volumes.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/bash

set -eo pipefail
set -eou pipefail

#usage: sudo ./docker-cleanup-volumes.sh [--dry-run]

Expand Down

0 comments on commit f8536a2

Please sign in to comment.