Remove debug output
This commit is contained in:
parent
ae68019de1
commit
0ce60fb8f3
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue