修复git_pull重复添加任务

This commit is contained in:
whyour
2021-04-04 16:11:35 +08:00
parent 262e43ec10
commit 9f7cd91d39
4 changed files with 4 additions and 6 deletions
-1
View File
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
get_token() {
echo $AuthConf
local authInfo=$(cat $AuthConf)
token=$(get_json_value "$authInfo" "token")
}