Remove debug output

This commit is contained in:
Philipp 2024-03-19 19:33:23 +01:00
parent ae68019de1
commit 0ce60fb8f3
No known key found for this signature in database

View file

@ -1,6 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
set -x
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
DESTUUID="$(cat $SCRIPT_DIR/uuidfile)"
tmpdir=$(mktemp -d)