From 238e12e4c06678cf2684c534404868e852335bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sp=C3=B6hel?= Date: Thu, 24 Aug 2023 16:43:40 +0200 Subject: Enabling debug output. --- libexec/container/start | 1 + share/build-scripts/debconf | 1 + 2 files changed, 2 insertions(+) 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 . set -e +set -x PROJECT="open-infrastructure" SOFTWARE="compute-tools" diff --git a/share/build-scripts/debconf b/share/build-scripts/debconf index a20212f..206e889 100755 --- a/share/build-scripts/debconf +++ b/share/build-scripts/debconf @@ -18,6 +18,7 @@ # along with this program. If not, see . set -e +set -x PROJECT="open-infrastructure" SOFTWARE="compute-tools" -- cgit v1.2.3