This commit is contained in:
wangchuxiao 2023-04-10 20:02:21 +08:00
parent f5b618f76d
commit b0c06e9ee7
2 changed files with 2 additions and 1 deletions

1
Open-IM-Server Submodule

@ -0,0 +1 @@
Subproject commit f5b618f76d705e65ee490c11a4d85fa30382bbdc

View File

@ -79,7 +79,7 @@ install_docker_compose() {
if [ $? -eq 1 ]; then if [ $? -eq 1 ]; then
DATA_DIR="./" DATA_DIR="./"
fi fi
echo "Please enter the user, deault is root, press enter to use default" echo "Please enter the user, deault is root, press enter to use default"
read USER read USER
is_empyt $USER is_empyt $USER