Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
gfhdhytghd committed Sep 20, 2024
1 parent ad91121 commit c1158a6
Show file tree
Hide file tree
Showing 2 changed files with 399 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ waitforprivmsg(){
id=$(basename "$file" .json)
id=$(echo "$id" | sed 's/.*\///')
getnumnext
./SendQzone/processsend.sh "$id" "$numnext" &
./processsend.sh "$id" "$numnext" &
last_mod_time=$(stat -c %Y "getmsgserv/rawpost/$file") # 获取文件的修改时间
done
new_files=() # 处理完后清空新增文件数组
Expand Down
Loading

0 comments on commit c1158a6

Please sign in to comment.