1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-05-06 21:53:07 +08:00

Compare commits

..

3 Commits

Author SHA1 Message Date
dylan 60a3d58517 1 2023-08-29 22:49:15 +08:00
dylan 712c6e087d 1 2023-08-29 20:14:10 +08:00
dylan fb9cb4672b 1 2023-08-29 20:13:19 +08:00
4 changed files with 13 additions and 35 deletions
+5 -1
View File
File diff suppressed because one or more lines are too long
-21
View File
@@ -1,21 +0,0 @@
"""
15 10 * * * jd_desharelcode.py
new Env('删除旧的助力码目录');
"""
#!/usr/bin/env python3
# coding: utf-8
import os
def pullfix():
print('\n删除老的助力码日志\n')
print('\n开始执行。。。\n')
if os.path.isdir('/ql/log/.ShareCode'):
os.system('rm -rf /ql/log/.ShareCode')
elif os.path.isdir('/ql/data/log/.ShareCode'):
os.system('rm -rf /ql/data/log/.ShareCode')
else:
print('已删除')
return False
pullfix()
+5 -5
View File
File diff suppressed because one or more lines are too long
+3 -8
View File
File diff suppressed because one or more lines are too long