@@ -5,7 +5,7 @@ config_path="/usr/share/cloudstack-management/webapp/config.json"
55# ko_path="/usr/share/cloudstack-management/webapp/locales/ko_KR.json"
66# en_path="/usr/share/cloudstack-management/webapp/locales/en.json"
77
8- if [ " ablestack " == " $type " ]; then
8+ if [ " ABLESTACK " == " $type " ]; then
99
1010 echo " ABLECLOUD ABLESTACK Mold 테마 설정 중...."
1111
@@ -36,7 +36,7 @@ if [ "ablestack" == "$type" ]; then
3636
3737 echo " ABLECLOUD ABLESTACK Mold 테마 설정 완료!"
3838
39- elif [ " clostack " == " $type " ]; then
39+ elif [ " Clostack " == " $type " ]; then
4040
4141 echo " CLOIT CLOSTACK Mold 테마 설정 중...."
4242
@@ -67,8 +67,8 @@ elif [ "clostack" == "$type" ]; then
6767
6868 echo " CLOIT CLOSTACK Mold 테마 설정 완료!"
6969
70- elif [ " hv " == " $type " ]; then
71- echo " 효성 UCP HV Mold 테마 설정 중...."
70+ elif [ " UCP HV powered by ABLESTACK " == " $type " ]; then
71+ echo " 효성인포메이션시스템 UCP HV Mold 테마 설정 중...."
7272
7373 # 로고 파일 변경
7474 sed -i " /\" logo\" / c\ \" logo\" : \" assets/logo-hv.png\" ," $config_path
@@ -95,6 +95,6 @@ elif [ "hv" == "$type" ]; then
9595 sed -i " /\" @mini-logo-magin-top\" / c\ \" @mini-logo-magin-top\" : \" 8px\" ," $config_path
9696 sed -i " /\" @mini-logo-magin-bottom\" / c\ \" @mini-logo-magin-bottom\" : \" 8px\" ," $config_path
9797
98- echo " 효성 UCP HV Mold 테마 설정 완료!"
98+ echo " 효성인포메이션시스템 UCP HV Mold 테마 설정 완료!"
9999
100100fi
0 commit comments