Skip to content
Snippets Groups Projects
Commit fcd19745 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Remove group parameter from cron object

parent d72a8625
Branches
No related tags found
No related merge requests found
Pipeline #3744 canceled
...@@ -162,7 +162,6 @@ class skadereg( ...@@ -162,7 +162,6 @@ class skadereg(
month => '*', month => '*',
weekday => '*', weekday => '*',
user => 'apache', user => 'apache',
group => 'skadereg',
environment => [ 'PATH=/opt/rh/rh-php56/root/usr/bin:/usr/bin:/bin', 'SHELL=/bin/bash' ], environment => [ 'PATH=/opt/rh/rh-php56/root/usr/bin:/usr/bin:/bin', 'SHELL=/bin/bash' ],
command => 'php /var/www/skadereg/artisan schedule:run &> /dev/null', command => 'php /var/www/skadereg/artisan schedule:run &> /dev/null',
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment