From 5ab9078ce6185bf8d6b2ea5f3d0d022bd265326c Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Thu, 22 Jul 2021 16:43:51 +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/Update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Scripts/sh/Update.sh b/Scripts/sh/Update.sh index beda868..98cb199 100644 --- a/Scripts/sh/Update.sh +++ b/Scripts/sh/Update.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash + dir_config=/ql/config dir_scripts=/ql/scripts dir_raw=/ql/raw @@ -26,4 +27,4 @@ mv -b $code_raw_path $dir_config sed -i "s/\$repo4/\$repoNum${repoNum}/g" $code_config_path curl -sL https://git.io/task_before.sh > $task_before_raw_path -# mv -b $task_before_raw_path $dir_config \ No newline at end of file +# mv -b $task_before_raw_path $dir_config