修复share shell引用

This commit is contained in:
whyour 2021-05-01 22:59:11 +08:00
parent da54a78d6a
commit 05588e88ac
6 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FROM node:lts-alpine
LABEL maintainer="whyour"
ARG QL_URL=https://github.com.cnpmjs.org/whyour/qinglong
ARG QL_BRANCH=master
ARG QL_BRANCH=dev
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
LANG=zh_CN.UTF-8 \
SHELL=/bin/bash \

View File

@ -2,6 +2,7 @@
set -e
echo -e "======================1. 初始化命令========================\n"
dir_shell=/ql/shell
. $dir_shell/share.sh
link_shell
echo

View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash
## 导入通用变量与函数
dir_shell=/ql/shell
. $dir_shell/share.sh
## 导入配置文件

View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash
## 导入通用变量与函数
dir_shell=/ql/shell
. $dir_shell/share.sh
## 导入配置文件

View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash
## 导入通用变量与函数
dir_shell=/ql/shell
. $dir_shell/share.sh
## 组合Cookie和互助码子程序$1要组合的内容

View File

@ -1,11 +1,12 @@
#!/usr/bin/env bash
send_mark=$dir_shell/send_mark
# 导入通用变量与函数
dir_shell=/ql/shell
. $dir_shell/share.sh
. $dir_shell/api.sh
send_mark=$dir_shell/send_mark
get_token
## 重置仓库remote urldocker专用$1要重置的目录$2要重置为的网址