Remove container name debugging
This commit is contained in:
parent
03db5b5f01
commit
b47168dd2d
@ -10,8 +10,6 @@ SCRIPT_DIR="$(realpath "$(dirname "$0")")"
|
||||
# shellcheck disable=SC1091
|
||||
source "$SCRIPT_DIR"/env
|
||||
|
||||
echo "$CONTAINER_NAME"
|
||||
|
||||
TMP_DIR=$(mktemp -d "${TMPDIR:-/tmp}/simapp.XXXXXXXXX")
|
||||
chmod 777 "$TMP_DIR"
|
||||
echo "Using temporary dir $TMP_DIR"
|
||||
|
||||
@ -11,8 +11,6 @@ SCRIPT_DIR="$(realpath "$(dirname "$0")")"
|
||||
# shellcheck disable=SC1091
|
||||
source "$SCRIPT_DIR"/env
|
||||
|
||||
echo "$CONTAINER_NAME"
|
||||
|
||||
TMP_DIR=$(mktemp -d "${TMPDIR:-/tmp}/wasmd.XXXXXXXXX")
|
||||
chmod 777 "$TMP_DIR"
|
||||
echo "Using temporary dir $TMP_DIR"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user