mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 19:01:58 +00:00
This commit is contained in:
@@ -56,14 +56,14 @@ class Kernel extends ConsoleKernel
|
|||||||
$schedule->call(
|
$schedule->call(
|
||||||
static function () {
|
static function () {
|
||||||
Log::error(
|
Log::error(
|
||||||
'Firefly III no longer users the Laravel scheduler to do cron jobs! Please read the instructions at https://firefly-iii.readthedocs.io/en/latest/'
|
'Firefly III no longer users the Laravel scheduler to do cron jobs! Please read the instructions at https://docs.firefly-iii.org/'
|
||||||
);
|
);
|
||||||
echo "\n";
|
echo "\n";
|
||||||
echo '------------';
|
echo '------------';
|
||||||
echo "\n";
|
echo "\n";
|
||||||
echo wordwrap('Firefly III no longer users the Laravel scheduler to do cron jobs! Please read the instructions here:');
|
echo wordwrap('Firefly III no longer users the Laravel scheduler to do cron jobs! Please read the instructions here:');
|
||||||
echo "\n";
|
echo "\n";
|
||||||
echo 'https://firefly-iii.readthedocs.io/en/latest/';
|
echo 'https://docs.firefly-iii.org/';
|
||||||
echo "\n\n";
|
echo "\n\n";
|
||||||
echo 'Disable this cron job!';
|
echo 'Disable this cron job!';
|
||||||
echo "\n";
|
echo "\n";
|
||||||
|
4
public/v1/js/ff/install/index.js
vendored
4
public/v1/js/ff/install/index.js
vendored
@@ -149,6 +149,6 @@ function completeDone() {
|
|||||||
|
|
||||||
function displaySoftFail(message) {
|
function displaySoftFail(message) {
|
||||||
$('#status-box').html('<i class="fa fa-warning"></i> ' + message + '<br /><br />Please read the ' +
|
$('#status-box').html('<i class="fa fa-warning"></i> ' + message + '<br /><br />Please read the ' +
|
||||||
'<a href="http://firefly-iii.readthedocs.io/en/latest/support/faq.html#i-get-an-error-during-the-automatic-installation-and-upgrade">' +
|
'<a href="https://docs.firefly-iii.org/">' +
|
||||||
'official documentation</a> about this, and upgrade by hand.');
|
'documentation</a> about this, and upgrade by hand.');
|
||||||
}
|
}
|
Reference in New Issue
Block a user