We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a2f87 commit 4a008b6Copy full SHA for 4a008b6
2_create.sh
@@ -5,6 +5,8 @@ if [ $(id -u) -ne 0 ]; then
5
exit 1
6
fi
7
8
+set -e
9
+
10
# this script creates the ostree from ./tree
11
TREE=${TREE:=./tree}
12
REPO=${REPO:=./repo}
0 commit comments