mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-13 21:45:58 +08:00
script
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ 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="."
|
||||||
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user