From 65abf59fc28b2322c0b188809faf0f9691889dae Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Wed, 21 Jul 2021 18:44:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8Fix=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/1custom.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Scripts/sh/1custom.sh b/Scripts/sh/1custom.sh index 0c7cb93..4819376 100644 --- a/Scripts/sh/1custom.sh +++ b/Scripts/sh/1custom.sh @@ -32,7 +32,7 @@ fi # 下载 config.sh -if [ ! -a "$config_shel_path" ]; then +if [ ! -a "$config_shell_path" ]; then touch $config_shell_path fi if [ "${Rconfig}" = 'y' -o "${Rall}" = 1 ]; then @@ -79,8 +79,6 @@ if [ "${Rextra}" = 'y' -o "${Rall}" = 1 ]; then else echo "已为您跳过替换 extra.sh" fi -# 立即执行一次 -docker exec -it qinglong $extra_shell_path # 下载 code.sh