diff --git a/Open-IM-Server b/Open-IM-Server new file mode 160000 index 000000000..0dec7e3a3 --- /dev/null +++ b/Open-IM-Server @@ -0,0 +1 @@ +Subproject commit 0dec7e3a3cc0f030bb730cac1f9d1674b101b5f3 diff --git a/script/init_pwd.sh b/script/init_pwd.sh index acdc9a2ca..f5611fcb4 100644 --- a/script/init_pwd.sh +++ b/script/init_pwd.sh @@ -2,7 +2,7 @@ echo "your user is:$user" echo "your password is:$password" echo "your minio endPoint is:$minio_endpoint" -sed -i "/^\([[:space:]]*dbMysqlUserName: *\).*/s//\1$user/;0,/\([[:space:]]*dbUserName: *\).*/s//\1 $user/;/\([[:space:]]*accessKeyID: *\).*/s//\1$user/;/\([[:space:]]*endpoint: *\).*/s//\1\"abc\"/;" ../config/config.yaml +sed -i "/^\([[:space:]]*dbMysqlUserName: *\).*/s//\1$user/;0,/\([[:space:]]*dbUserName: *\).*/s//\1 $user/;/\([[:space:]]*accessKeyID: *\).*/s//\1 $user/;/\([[:space:]]*endpoint: *\).*/s//\1\"abc\"/;" ../config/config.yaml sed -i "/^\([[:space:]]*dbMysqlPassword: *\).*/s//\1$password/;/\([[:space:]]*dbPassword: *\).*/s//\1$password/;/\([[:space:]]*secret: *\).*/s//\1$password/;/\([[:space:]]*secretAccessKey: *\).*/s//\1$PASSWORD/;" ../config/config.yaml sed -i "/\([[:space:]]*endpoint: *\).*/s##\1$minio_endpoint#;" ../config/config.yaml