update
This commit is contained in:
parent
81727d346b
commit
92723c59a5
2 changed files with 2 additions and 1 deletions
1
bin/list-cron-jobs.sh
Normal file
1
bin/list-cron-jobs.sh
Normal file
|
@ -0,0 +1 @@
|
|||
crontab -u phyreweb -l
|
|
@ -13,7 +13,7 @@ class CronJob extends Model
|
|||
public function getRows()
|
||||
{
|
||||
|
||||
exec('/usr/local/phyre/bin/crontab-list.sh', $output);
|
||||
exec('/usr/local/phyre/bin/list-cron-jobs.sh', $output);
|
||||
|
||||
dd($output);
|
||||
|
||||
|
|
Loading…
Reference in a new issue