|
|
@ -8,8 +8,7 @@ rootPath=$(dirname "$rootPath") |
|
|
|
rootPath=$(dirname "$rootPath") |
|
|
|
rootPath=$(dirname "$rootPath") |
|
|
|
serverPath=$(dirname "$rootPath") |
|
|
|
serverPath=$(dirname "$rootPath") |
|
|
|
|
|
|
|
|
|
|
|
install_tmp=${rootPath}/tmp/mw_install.pl |
|
|
|
VERSION=8.0.3 |
|
|
|
VERSION=7.0.14 |
|
|
|
|
|
|
|
SYS_ARCH=`arch` |
|
|
|
SYS_ARCH=`arch` |
|
|
|
SYS_VERSION_ID=`cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk -F "\"" '{print $2}'` |
|
|
|
SYS_VERSION_ID=`cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk -F "\"" '{print $2}'` |
|
|
|
SYS_NAME=${SYS_VERSION_ID/./} |
|
|
|
SYS_NAME=${SYS_VERSION_ID/./} |
|
|
|