mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 23:06:06 +08:00
修复删除临时脚本列表文件
This commit is contained in:
parent
4abefccc5b
commit
d2c1cb5779
|
@ -293,7 +293,7 @@ gen_list_repo() {
|
|||
local path="$3"
|
||||
local blackword="$4"
|
||||
local dependence="$5"
|
||||
rm -f $dir_list_tmp/own*.list >/dev/null 2>&1
|
||||
rm -f $dir_list_tmp/${author}*.list >/dev/null 2>&1
|
||||
|
||||
cd ${repo_path}
|
||||
files=$(find . -name "*.js" | sed 's/^..//')
|
||||
|
|
|
@ -496,9 +496,6 @@ const Crontab = () => {
|
|||
})
|
||||
.then((data: any) => {
|
||||
if (data.code === 200) {
|
||||
notification.success({
|
||||
message: `批量${OperationName[operationStatus]}成功`,
|
||||
});
|
||||
getCrons();
|
||||
} else {
|
||||
notification.error({
|
||||
|
|
Loading…
Reference in New Issue
Block a user