Skip to content

Commit 4a008b6

Browse files
committed
add set -e to create to catch space errors
1 parent e9a2f87 commit 4a008b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

2_create.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ if [ $(id -u) -ne 0 ]; then
55
exit 1
66
fi
77

8+
set -e
9+
810
# this script creates the ostree from ./tree
911
TREE=${TREE:=./tree}
1012
REPO=${REPO:=./repo}

0 commit comments

Comments
 (0)