04-26-2019, 11:12 AM
(04-26-2019, 10:51 AM)TookaFace Wrote: This command should fix your problem:
Code:sqlite3 /var/local/www/db/moode-sqlite3.db "UPDATE cfg_hash SET ACTION = 'warning' WHERE PARAM = '/var/www/command/worker.php'"
Integrity check exit the worker if nginx.conf or worker.php are modified, with the command, it will just print a warning in the logs.
Thanks, that done the trick.