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.
2 parents a30a980 + f0247ed commit 7b22738Copy full SHA for 7b22738
1 file changed
stack.sh
@@ -21,6 +21,10 @@
21
22
# Learn more and get the most recent version at http://devstack.org
23
24
+# Print the commands being run so that we can see the command that triggers
25
+# an error. It is also useful for following along as the install occurs.
26
+set -o xtrace
27
+
28
# Make sure custom grep options don't get in the way
29
unset GREP_OPTIONS
30
@@ -494,10 +498,6 @@ function err_trap {
494
498
# Begin trapping error exit codes
495
499
set -o errexit
496
500
497
-# Print the commands being run so that we can see the command that triggers
-# an error. It is also useful for following along as the install occurs.
-set -o xtrace
-
501
# Print the kernel version
502
uname -a
503
0 commit comments