Some checks reported errors
continuous-integration/drone/push Build was killed
5 lines
138 B
PHP
5 lines
138 B
PHP
<?php
|
|
chmod('/app//bin/froxlor-cli', 0755);
|
|
// re-create cron.d configuration file
|
|
exec('/app//bin/froxlor-cli froxlor:cron -r 99');
|
|
exit; |