modify dic

This commit is contained in:
wangchuxiao
2023-05-12 11:37:53 +08:00
parent 9abff13008
commit 01ccb6f404
41 changed files with 151 additions and 1018 deletions
+1 -2
View File
@@ -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"