fixes #1: we don't have that column

This commit is contained in:
2023-12-06 19:52:30 +01:00
parent 305f3f6f86
commit b9afa347d7
3 changed files with 8 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
<?php
chmod('/app//bin/froxlor-cli', 0755);
// re-create cron.d configuration file
exec('/app//bin/froxlor-cli froxlor:cron -r 99');
exit;