From 9ae410532c085b8fac453a79a75484ec2330276d Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Wed, 21 Jul 2021 13:25:05 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/1custom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/sh/1custom.sh b/Scripts/sh/1custom.sh index 88c391e..58f0f0e 100644 --- a/Scripts/sh/1custom.sh +++ b/Scripts/sh/1custom.sh @@ -11,7 +11,7 @@ task_before_shell_path=$dir_shell/task_before.sh # 控制是否执行变量 -read -p "是否全部替换或下载,建议初次配置选择,输入 1 即可全部替换,输入 0 则跳出,默认和其他不全部:" Rall +read -p "是否全部替换或下载,输入 1 即可全部替换,输入 0 则跳出,默认和其他不全部替换,建议初次配置输入 1:" Rall if [ "${Rall}" = 1 ]; then echo "将执行全部替换操作" elif [ "${Rall}" = 0 ]; then