mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-12 21:16:00 +08:00
modify dic
This commit is contained in:
+1
-2
@@ -49,14 +49,13 @@ edit_config() {
|
||||
}
|
||||
|
||||
edit_enterprise_config() {
|
||||
|
||||
echo "Is edit enterprise config.yaml?"
|
||||
echo "1. vi edit enterprise config"
|
||||
echo "2. do not edit enterprise config"
|
||||
read choice
|
||||
case $choice in
|
||||
1)
|
||||
vi docker-compose_cfg/config.yaml
|
||||
vi ./.docker-compose_cfg/config.yaml
|
||||
;;
|
||||
2)
|
||||
echo "Do not edit enterprise config"
|
||||
|
||||
Reference in New Issue
Block a user