mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
导入env.sh
This commit is contained in:
parent
0fade7a5a9
commit
2692351e0a
|
@ -53,6 +53,7 @@ original_name=(
|
||||||
## 导入配置文件
|
## 导入配置文件
|
||||||
import_config() {
|
import_config() {
|
||||||
[ -f $file_config_user ] && . $file_config_user
|
[ -f $file_config_user ] && . $file_config_user
|
||||||
|
[ -f $file_env ] && . $file_env
|
||||||
|
|
||||||
command_timeout_time=${CommandTimeoutTime:-"1h"}
|
command_timeout_time=${CommandTimeoutTime:-"1h"}
|
||||||
github_proxy_url=${GithubProxyUrl:-""}
|
github_proxy_url=${GithubProxyUrl:-""}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user