Remove container name debugging

This commit is contained in:
Simon Warta 2020-08-02 20:56:53 +02:00
parent 03db5b5f01
commit b47168dd2d
2 changed files with 0 additions and 4 deletions

View File

@ -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"

View File

@ -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"