镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-06 22:46:47 +00:00
bug fix
这个提交包含在:
@@ -43,7 +43,7 @@ class LogLimitHook(JobHook):
|
|||||||
|
|
||||||
# create a soft link
|
# create a soft link
|
||||||
if log_link != log_file:
|
if log_link != log_file:
|
||||||
if os.path.exists(log_link):
|
if os.path.lexists(log_link):
|
||||||
try:
|
try:
|
||||||
sh.rm(log_link)
|
sh.rm(log_link)
|
||||||
except:
|
except:
|
||||||
|
|||||||
在新工单中引用
屏蔽一个用户