fix: ...
This commit is contained in:
@@ -12,15 +12,20 @@ encryptionBin=`pwd`"/mssBak/script/encryption"
|
|||||||
mysql_user=administrator
|
mysql_user=administrator
|
||||||
mysql_pw=*86#ROtartsinim
|
mysql_pw=*86#ROtartsinim
|
||||||
service mysql stop
|
service mysql stop
|
||||||
|
|
||||||
|
step=0
|
||||||
myShowTitle()
|
myShowTitle()
|
||||||
{
|
{
|
||||||
#thisVersion=`cat ./emsVersion |grep Version|awk '{print $2}'`
|
#thisVersion=`cat ./emsVersion |grep Version|awk '{print $2}'`
|
||||||
#clear
|
#clear
|
||||||
#echo -e "10 [1;29m WELCOME to INSTALL AGrandTech litCore Soft Switch EMS $thisVersion ![0;39m
|
#echo -e "10 [1;29m WELCOME to INSTALL AGrandTech litCore Soft Switch EMS $thisVersion ![0;39m
|
||||||
#"
|
#"
|
||||||
|
local title="$1"
|
||||||
echo "+-----------------------------------------------------------------------------+"
|
echo "+-----------------------------------------------------------------------------+"
|
||||||
echo -e "60 [1;32m $1[0;39m"
|
# echo -e "60 [1;32m $1[0;39m"
|
||||||
|
echo -e "\033[1;32mStep $step: $title\033[0;39m"
|
||||||
echo "+-----------------------------------------------------------------------------+"
|
echo "+-----------------------------------------------------------------------------+"
|
||||||
|
step=$((step + 1))
|
||||||
}
|
}
|
||||||
|
|
||||||
myShowResultOrg()
|
myShowResultOrg()
|
||||||
@@ -484,7 +489,7 @@ fi
|
|||||||
# Restore alto_logo_80.gif
|
# Restore alto_logo_80.gif
|
||||||
if [ -f $omcBakDir/$omcWebName/images/alto_logo_80.gif ]; then
|
if [ -f $omcBakDir/$omcWebName/images/alto_logo_80.gif ]; then
|
||||||
cp -f $omcBakDir/$omcWebName/images/alto_logo_80.gif $dstWebDir/$omcWebName/images/
|
cp -f $omcBakDir/$omcWebName/images/alto_logo_80.gif $dstWebDir/$omcWebName/images/
|
||||||
echo -n "alto_logo_80.gif.."
|
echo -n "alto_logo_80.gif..."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#ln -s $dstWebDir/omcWeb $dstWebDir/$omcWebName
|
#ln -s $dstWebDir/omcWeb $dstWebDir/$omcWebName
|
||||||
|
|||||||
Reference in New Issue
Block a user