mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
fix bonus log
This commit is contained in:
@@ -163,11 +163,6 @@ class NexusUpdate extends Command
|
||||
$this->update->runExtraMigrate();
|
||||
$this->doLog("runExtraMigrate done!");
|
||||
|
||||
$logFile = getLogFile();
|
||||
$command = "chmod 777 $logFile";
|
||||
$this->doLog("$command...");
|
||||
executeCommand($command);
|
||||
|
||||
$this->doLog("All done!");
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user