mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
More fixes
This commit is contained in:
@@ -153,7 +153,7 @@ class AppSettingsCommand extends Command
|
||||
}
|
||||
|
||||
if (empty($this->variables['REDIS_PASSWORD'])) {
|
||||
unset($this->variables['REDIS_PASSWORD']);
|
||||
$this->variables['REDIS_PASSWORD'] = 'null';
|
||||
}
|
||||
|
||||
$this->variables['REDIS_PORT'] = $this->option('redis-port') ?? $this->ask(
|
||||
|
||||
Reference in New Issue
Block a user