From c90eb511777cfdfb2a358bc9bd544b734c69e85c Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Mon, 10 Apr 2023 20:16:28 +0800 Subject: [PATCH] script --- quick_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick_install.sh b/quick_install.sh index 863340350..6df6a97e5 100644 --- a/quick_install.sh +++ b/quick_install.sh @@ -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"