File tree 2 files changed +10
-10
lines changed 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -94,16 +94,16 @@ add_domain(){
94
94
if [ " ${CK_RESULT} " != ' ' ]; then
95
95
echo " # It appears the domain already exist! Check the ${LS_HTTPD_CONF} if you believe this is a mistake!"
96
96
exit 1
97
- fi
97
+ fi
98
+ add_ls_domain
98
99
elif [ " ${LSV} " = ' openlitespeed' ]; then
99
100
check_duplicate " member.*${DOMAIN} " ${OLS_HTTPD_CONF}
100
101
if [ " ${CK_RESULT} " != ' ' ]; then
101
102
echo " # It appears the domain already exist! Check the ${OLS_HTTPD_CONF} if you believe this is a mistake!"
102
103
exit 1
103
- fi
104
- fi
105
- add_ls_domain
106
- add_ols_domain
104
+ fi
105
+ add_ols_domain
106
+ fi
107
107
}
108
108
109
109
del_ls_domain (){
@@ -129,15 +129,15 @@ del_domain(){
129
129
echo " # Domain non-exist! Check the ${LS_HTTPD_CONF} if you believe this is a mistake!"
130
130
exit 1
131
131
fi
132
+ del_ls_domain ${1}
132
133
elif [ " ${LSV} " = ' openlitespeed' ]; then
133
134
check_duplicate " member.*${DOMAIN} " ${OLS_HTTPD_CONF}
134
135
if [ " ${CK_RESULT} " = ' ' ]; then
135
136
echo " # Domain non-exist! Check the ${OLS_HTTPD_CONF} if you believe this is a mistake!"
136
137
exit 1
137
- fi
138
+ fi
139
+ del_ols_domain ${1}
138
140
fi
139
- del_ls_domain ${1}
140
- del_ols_domain ${1}
141
141
}
142
142
143
143
check_input ${1}
Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ services:
34
34
networks :
35
35
- default
36
36
phpmyadmin :
37
- image : bitnami/phpmyadmin:5.2.0-debian-11-r43
37
+ image : bitnami/phpmyadmin:5.2.2
38
38
ports :
39
39
- 8080:8080
40
40
- 8443:8443
41
41
environment :
42
42
DATABASE_HOST : mysql
43
43
restart : always
44
44
elasticsearch :
45
- image : docker.elastic.co/elasticsearch/elasticsearch:7.9.1
45
+ image : docker.elastic.co/elasticsearch/elasticsearch:8.17.3
46
46
environment :
47
47
- discovery.type=single-node
48
48
ports :
You can’t perform that action at this time.
0 commit comments