fixes and adjustments (+ notes) to install (on gentoo)
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user