Fix error with new env path.

This commit is contained in:
Buster Neece 2023-01-05 19:15:25 -06:00
parent 1b188c6189
commit fb10802a12
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ final class InstallCommand extends Command
}
// Remove web updater if disabled
if (!$env->getAsBool(Environment::ENABLE_WEB_UPDATER, true)) {
if (!$azuracastEnv->getAsBool(Environment::ENABLE_WEB_UPDATER, true)) {
unset($yaml['services']['updater']);
}