Do not create mash cache directory

The mash tool is no longer used, and this directory is no longer needed.
It was only used by this tool.

Signed-off-by: George T Kramer <george.t.kramer@intel.com>
This commit is contained in:
George T Kramer
2019-10-03 14:53:47 -07:00
parent 843439f0eb
commit 0b4f6f330d

View File

@@ -18,8 +18,6 @@ MASH_LINK="$HTTPD_DOCUMENT_ROOT"/"$(basename "$MASH_DIR")"
ln -sf "$MASH_DIR"/latest "$MASH_LINK"
chown -h kojiadmin:kojiadmin "$MASH_LINK"
usermod -a -G kojiadmin "$HTTPD_USER"
# Required because Clear is stateless, and mash is run as a non-elevated user
mkdir -p /var/cache/mash
rpm --initdb
mkdir -p /etc/mash