improve install & update

This commit is contained in:
xiaomlove
2021-06-05 17:04:53 +08:00
parent b8e82e4bae
commit ac15e23f2e
5 changed files with 5 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ class Install
public function getLogFile()
{
return sprintf('%s/nexus-install-%s.log', sys_get_temp_dir(), date('YmdHis'));
return sprintf('%s/nexus-install-%s.log', sys_get_temp_dir(), date('Ymd'));
}
public function getInsallDirectory()