mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-28 02:16:07 +08:00
修复repo命令
This commit is contained in:
parent
1d8a1e9c4a
commit
6975ff4aa1
|
@ -12,7 +12,7 @@ diff_cron() {
|
|||
local list_task="$2"
|
||||
local list_add="$3"
|
||||
local list_drop="$4"
|
||||
if [[ -s $list_task ]] && [[ -s $list_scripts]]; then
|
||||
if [[ -s $list_task ]] && [[ -s $list_scripts ]]; then
|
||||
grep -vwf $list_task $list_scripts >$list_add
|
||||
grep -vwf $list_scripts $list_task >$list_drop
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user