This commit is contained in:
AGT EMS
2025-06-18 16:27:30 +08:00
parent 796b59f762
commit 049df3667d

View File

@@ -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  WELCOME to INSTALL AGrandTech litCore Soft Switch EMS $thisVersion ! #echo -e "10  WELCOME to INSTALL AGrandTech litCore Soft Switch EMS $thisVersion !
#" #"
local title="$1"
echo "+-----------------------------------------------------------------------------+" echo "+-----------------------------------------------------------------------------+"
echo -e "60  $1" # echo -e "60  $1"
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