This commit is contained in:
wangchuxiao 2023-04-10 20:16:28 +08:00
parent b0c06e9ee7
commit c90eb51177

View File

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