1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00
This commit is contained in:
David Hill
2018-09-24 14:20:17 -05:00
parent 681cfd34eb
commit 148eb6bf58
19 changed files with 112 additions and 71 deletions

View File

@ -14,7 +14,10 @@ else
INSTALLDIR="/usr/local/mariadb/columnstore"
fi
rm -f /tmp/${MODULE}_softwareReport.txt
#get temp directory
tmpDir=`$INSTALLDIR/bin/getConfig SystemConfig SystemTempFileDir`
rm -f ${tmpDir}/${MODULE}_softwareReport.txt
{
echo " "
@ -35,6 +38,6 @@ echo "################# mcsadmin getStorageConfig #################"
echo " "
$INSTALLDIR/bin/mcsadmin getStorageConfig
} > /tmp/${MODULE}_softwareReport.txt
} > ${tmpDir}/${MODULE}_softwareReport.txt
exit 0