diff options
Diffstat (limited to 'libexec/container/start')
-rwxr-xr-x | libexec/container/start | 1 |
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" |