mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
修复git_pull重复添加任务
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
get_token() {
|
||||
echo $AuthConf
|
||||
local authInfo=$(cat $AuthConf)
|
||||
token=$(get_json_value "$authInfo" "token")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user