fix bonus log

This commit is contained in:
xiaomlove
2025-01-19 22:47:39 +08:00
parent 02a95cba71
commit 943e960921
3 changed files with 3 additions and 11 deletions

View File

@@ -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;