More fixes

This commit is contained in:
Dane Everitt 2017-11-04 16:46:18 -05:00
parent bda42b673f
commit 1438a50ae9
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 2 additions and 2 deletions

View file

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