Update install.sh

pull/257/head
midoks 3 years ago
parent 73c8d85f88
commit bcde85d24e
  1. 2
      plugins/mysql-yum/versions/8.0/install.sh

@ -28,7 +28,7 @@ esac
bash ${rootPath}/scripts/getos.sh
OSNAME=`cat ${rootPath}/data/osname.pl`
VERSION_ID=`cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk -F "\"" '{print $2}'`
echo "VERSION_ID:${VERSION_ID}"
OS_SIGN=1.el9
if [ "$OSNAME" == "centos" ];then
OS_SIGN=1.el${$VERSION_ID}

Loading…
Cancel
Save