This commit is contained in:
wangchuxiao
2023-04-10 20:34:03 +08:00
parent 5ece607224
commit 97c1b235b5
2 changed files with 2 additions and 3 deletions
Submodule Open-IM-Server deleted from f5b618f76d
+2 -2
View File
@@ -77,9 +77,9 @@ install_docker_compose() {
read DATA_DIR
is_empyt $DATA_DIR
if [ $? -eq 1 ]; then
DATA_DIR="."
DATA_DIR=$(pwd)
fi
echo $DATA_DIR
echo "Please enter the user, deault is root, press enter to use default"
read USER
is_empyt $USER