summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorSimon Spöhel <simon@spoehel.ch>2023-08-24 14:43:40 +0000
committerSimon Spöhel <simon@spoehel.ch>2023-08-24 14:43:40 +0000
commit238e12e4c06678cf2684c534404868e852335bf5 (patch)
tree4884a394fb8d9e5f301e21966f9586d008cd9f5d /libexec
parentPoor cnt stop for vms (by killing them). (diff)
downloadcompute-tools-238e12e4c06678cf2684c534404868e852335bf5.tar.xz
compute-tools-238e12e4c06678cf2684c534404868e852335bf5.zip
Enabling debug output.
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/container/start1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/container/start b/libexec/container/start
index 2287bd1..c78d025 100755
--- a/libexec/container/start
+++ b/libexec/container/start
@@ -18,6 +18,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
set -e
+set -x
PROJECT="open-infrastructure"
SOFTWARE="compute-tools"