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