fixes and adjustments (+ notes) to install (on gentoo)

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-06 16:23:11 +02:00
parent ac638041fa
commit 008cbc964f
6 changed files with 41 additions and 31 deletions

View File

@@ -289,7 +289,7 @@ final class ConfigServices extends CliCommand
$applyFile = $input->getOption('apply');
// check if plain JSON
$decoded_config = json_decode($applyFile);
$decoded_config = json_decode($applyFile, true);
$skipFileCheck = false;
if (json_last_error() == JSON_ERROR_NONE) {
$skipFileCheck = true;