File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ if [ "ablestack" == "$type" ]; then
1212 # 로고 파일 변경
1313 sed -i " /\" logo\" / c\ \" logo\" : \" assets/logo-ablestack.png\" ," $config_path
1414 sed -i " /\" banner\" / c\ \" banner\" : \" assets/login-logo-ablestack.png\" ," $config_path
15+ sed -i " /\" minilogo\" / c\ \" minilogo\" : \" assets/mini-logo-ablestack.png\" ," $config_path
1516
1617 # 저작권 표시 변경
1718 sed -i " /\" footer\" / c\ \" footer\" : \" ⓒ 2021-2025 ABLECLOUD Inc. All Rights Reserved.\" ," $config_path
@@ -41,6 +42,7 @@ elif [ "clostack" == "$type" ]; then
4142 # 로고 파일 변경
4243 sed -i " /\" logo\" / c\ \" logo\" : \" assets/logo-clostack.png\" ," $config_path
4344 sed -i " /\" banner\" / c\ \" banner\" : \" assets/login-logo-clostack.png\" ," $config_path
45+ sed -i " /\" minilogo\" / c\ \" minilogo\" : \" assets/mini-logo-ablestack.png\" ," $config_path
4446
4547 # 저작권 표시 변경
4648 sed -i " /\" footer\" / c\ \" footer\" : \" ⓒ 2025 ITCEN CLOIT. All Rights Reserved.\" ," $config_path
@@ -69,6 +71,7 @@ elif [ "hv" == "$type" ]; then
6971 # 로고 파일 변경
7072 sed -i " /\" logo\" / c\ \" logo\" : \" assets/logo-hv.png\" ," $config_path
7173 sed -i " /\" banner\" / c\ \" banner\" : \" assets/login-logo-hv.png\" ," $config_path
74+ sed -i " /\" minilogo\" / c\ \" minilogo\" : \" assets/mini-logo-hv.png\" ," $config_path
7275
7376 # 저작권 표시 변경
7477 sed -i " /\" footer\" / c\ \" footer\" : \" © HS HYOSUNG INFORMATION SYSTEMS\" ," $config_path
You can’t perform that action at this time.
0 commit comments