mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-12 14:51:14 +08:00
script
This commit is contained in:
parent
5ece607224
commit
97c1b235b5
@ -1 +0,0 @@
|
|||||||
Subproject commit f5b618f76d705e65ee490c11a4d85fa30382bbdc
|
|
@ -77,9 +77,9 @@ install_docker_compose() {
|
|||||||
read DATA_DIR
|
read DATA_DIR
|
||||||
is_empyt $DATA_DIR
|
is_empyt $DATA_DIR
|
||||||
if [ $? -eq 1 ]; then
|
if [ $? -eq 1 ]; then
|
||||||
DATA_DIR="."
|
DATA_DIR=$(pwd)
|
||||||
fi
|
fi
|
||||||
|
echo $DATA_DIR
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user