From 49199ef77f16e8f01537bfaa8dfa12fecd7dde17 Mon Sep 17 00:00:00 2001 From: lsy Date: Fri, 26 Jul 2024 19:17:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E4=BB=BD=E8=84=9A=E6=9C=AC=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E5=90=8D=E7=A7=B0=E5=86=99=E9=94=99=E4=BA=86,?= =?UTF-8?q?=E5=B0=86=E6=A3=80=E6=B5=8B=E5=88=B0=E9=80=80=E5=87=BA=E5=88=A0?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Config/Automation/update.sh | 1 - Menus/Automation.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/Config/Automation/update.sh b/Config/Automation/update.sh index 2e14086..d12b1b7 100644 --- a/Config/Automation/update.sh +++ b/Config/Automation/update.sh @@ -4,7 +4,6 @@ declare cron=$2 if [[ -f "${path}/update.sh" ]];then echo "该路径文件已经存在" - exit fi case "$version" in diff --git a/Menus/Automation.sh b/Menus/Automation.sh index 5eff1d3..07ae07d 100644 --- a/Menus/Automation.sh +++ b/Menus/Automation.sh @@ -60,7 +60,6 @@ case $pick in fi if [[ -f "${path}/up-docker_compose.sh" ]];then echo "该路径文件已经存在" - exit fi declare web_path read -p "请输入数据目录,默认 /var/www :" web_path