analyst node changes

This commit is contained in:
m0duspwnens
2020-10-02 16:21:31 -04:00
parent 6a0f04d24a
commit 20307b703e

View File

@@ -21,7 +21,7 @@ if [ "$(id -u)" -ne 0 ]; then
fi
INSTALL_LOG=/root/so-analyst-install.log
exec 3>&1 1>${INSTALL_LOG} 2>&1
exec &> >(tee -a "$INSTALL_LOG")
OS=$(grep PRETTY_NAME /etc/os-release | grep 'CentOS Linux 7')
if [ $? -ne 0 ]; then