mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +02:00
Fix: cronjob command
This commit is contained in:
parent
a3056f5f48
commit
5d741944f7
@ -24,7 +24,7 @@ class CronjobInstallCommand extends Command
|
|||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
$job = '* * * * * /usr/bin/php ' . SYSTEM . 'bin/cronjob.php >> ' . SYSTEM . 'logs/cron.log 2>&1';
|
$job = '* * * * * /usr/bin/php ' . BASE . 'ma cronjob >> ' . SYSTEM . 'logs/cron.log 2>&1';
|
||||||
|
|
||||||
if ($this->cronjobExists($job)) {
|
if ($this->cronjobExists($job)) {
|
||||||
$io->info('MyAAC cronjob already installed.');
|
$io->info('MyAAC cronjob already installed.');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user