Update index.py

This commit is contained in:
midoks 2022-06-30 19:43:17 +08:00
parent bd14b88c00
commit 90dfcf7d7a
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ def installLib(version):
name + '.sh' + ' install ' + version
rettime = time.strftime('%Y-%m-%d %H:%M:%S')
insert_info = (None, '安装[' + name + '-' + version + ']',
insert_info = (None, '安装[' + name + '-PHP' + version + ']',
'execshell', '0', rettime, execstr)
mw.M('tasks').add('id,name,type,status,addtime,execstr', insert_info)