Index: /branches/amp_3_7/scripts/avxapps_startup.sh
===================================================================
--- /branches/amp_3_7/scripts/avxapps_startup.sh	(revision 2554)
+++ /branches/amp_3_7/scripts/avxapps_startup.sh	(working copy)
@@ -141,22 +141,6 @@
     cp /ca/etc/array.repo /etc/yum.repos.d/array.repo
 fi
 
-if [ -f "/ca/etc/array" ]; then
-    done=`sed -n 1p /ca/etc/array`
-    if [[ $done == '' ]]; then
-        sed -i '38,41d' /ca/webui/htdocs/new/src/client/app/modules/main/profile.js
-        sed -i '14,25d' /ca/webui/htdocs/new/src/client/app/modules/main/profile.js
-        sed -i '6,8d' /ca/webui/htdocs/new/src/client/app/modules/main/profile.js
-        sed -i 's/amprepo.arraynetworks.com.cn/amprepo.arraynetworks.net/' /etc/yum.repos.d/array.repo
-        echo "done" >> /ca/etc/array
-    fi
-else
-    if [[ `grep "'lang': 'en'" /ca/webui/htdocs/new/src/client/app/modules/main/profile.js | wc -l` -eq '2' ]]; then
-        sed -i '26,31d' /ca/webui/htdocs/new/src/client/app/modules/main/profile.js
-        sed -i '9,11d' /ca/webui/htdocs/new/src/client/app/modules/main/profile.js
-    fi
-fi
-
 if [ ! -f "/etc/pki/rpm-gpg/RPM-GPG-KEY-AMP" ]; then
     cp /ca/etc/rpm_gpg_key_amp /etc/pki/rpm-gpg/RPM-GPG-KEY-AMP
 fi
