unset set-x

This commit is contained in:
kim 2024-04-23 14:26:28 +01:00
parent 750763374c
commit 9939a980ca
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -ex
set -e
# Determine available docker binary
_docker=$(command -v 'podman') || \