Enable xtrace on start scripts
This helps operators more accurately see the start up sequence of containers, especially in the case where they fail and we want to see the last command executed. Change-Id: I8a5765f09d52bb11d5af5aa8886746c87757ea5f
This commit is contained in:
parent
8110b55d60
commit
755c4ed69e
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -o errexit
|
||||
set -o xtrace
|
||||
|
||||
# Processing /var/lib/kolla/config_files/config.json as root. This is necessary
|
||||
# to permit certain files to be controlled by the root user which should
|
||||
|
Loading…
Reference in New Issue
Block a user