Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit 32870af

Browse files
committed
Missed -e (halt on errors) in dacs_add.sh
1 parent 42e751e commit 32870af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dacs_add.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Exit on errors or unitialized variables
44
#
5-
set -o nounset
5+
set -e -o nounset
66

77

88
# Expected input

0 commit comments

Comments
 (0)