* SPDX-FileCopyrightText: 2010-2024 the Friendica project
*
* SPDX-License-Identifier: AGPL-3.0-or-later
+ *
+ * @deprecated 2025.01 use bin/console.php daemon instead
*/
/**
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*
+ * @deprecated 2025.01 use bin/console.php jetstream instead
*/
use Dice\Dice;
protected function doExecute()
{
+ if ($this->executable != 'bin/console.php') {
+ $this->out(sprintf("Deprecated use of '%s', use '%s daemon' instead", $this->executable, 'bin/console.php'));
+ }
+
if ($this->mode->isInstall()) {
throw new RuntimeException("Friendica isn't properly installed yet");
}
protected function doExecute()
{
+ if ($this->executable != 'bin/console.php') {
+ $this->out(sprintf("Deprecated use of '%s', use '%s jetstream' instead", $this->executable, 'bin/console.php'));
+ }
+
if ($this->mode->isInstall()) {
throw new RuntimeException("Friendica isn't properly installed yet");
}