From 2692351e0ae41dc467be543e804f311a5983d860 Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Sun, 20 Jun 2021 18:06:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5env.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/share.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/share.sh b/shell/share.sh index 3f4bf0c0..f0355bd0 100755 --- a/shell/share.sh +++ b/shell/share.sh @@ -53,6 +53,7 @@ original_name=( ## 导入配置文件 import_config() { [ -f $file_config_user ] && . $file_config_user + [ -f $file_env ] && . $file_env command_timeout_time=${CommandTimeoutTime:-"1h"} github_proxy_url=${GithubProxyUrl:-""}