修复 shell 引入通用变量

This commit is contained in:
whyour
2023-03-13 22:30:53 +08:00
parent 61e7049baa
commit 18689c8119
4 changed files with 1 additions and 18 deletions
-4
View File
@@ -1,9 +1,5 @@
#!/usr/bin/env bash
## 导入通用变量与函数
dir_shell=$QL_DIR/shell
. $dir_shell/share.sh
if [[ -z ${BotRepoUrl} ]]; then
url="https://github.com/SuMaiKaDe/bot.git"
repo_path="${dir_repo}/dockerbot"