mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
fix management create user
This commit is contained in:
@@ -157,6 +157,11 @@ 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