setName('encryption:show-key-storage-root')
->setDescription('Show current key storage root');
}
protected function execute(InputInterface $input, OutputInterface $output): int {
$currentRoot = $this->util->getKeyStorageRoot();
$rootDescription = $currentRoot !== '' ? $currentRoot : 'default storage location (data/)';
$output->writeln("Current key storage root: $rootDescription");
return 0;
}
}
stable28/sabre-dav-itip-broker'>3rdparty/stable28/sabre-dav-itip-broker
blob: 7cf446b9be570414d55c890d43067ab5331dca7d (
plain)