This commit is contained in:
Bozhidar Slaveykov 2023-11-27 15:26:55 +02:00
parent 81727d346b
commit 92723c59a5
2 changed files with 2 additions and 1 deletions

1
bin/list-cron-jobs.sh Normal file
View file

@ -0,0 +1 @@
crontab -u phyreweb -l

View file

@ -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);