Fix wasmd temp file pattern

This commit is contained in:
Simon Warta 2020-08-02 20:54:34 +02:00
parent fcb213c39f
commit 03db5b5f01

View File

@ -13,7 +13,7 @@ source "$SCRIPT_DIR"/env
echo "$CONTAINER_NAME"
TMP_DIR=$(mktemp -d "${TMPDIR:-/tmp}/gaia.XXXXXXXXX")
TMP_DIR=$(mktemp -d "${TMPDIR:-/tmp}/wasmd.XXXXXXXXX")
chmod 777 "$TMP_DIR"
echo "Using temporary dir $TMP_DIR"
WASMD_LOGFILE="$TMP_DIR/wasmd.log"