You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now, if you delete dbfile while watch.php is still running, it will error out and die - but it also leaves a 0byte db file in its place causing it not to create the db automatically.
as part of the main while loop, it needs to check if the file exists and die if not so that it can be created the next time cron runs watch.php.
The text was updated successfully, but these errors were encountered:
right now, if you delete dbfile while watch.php is still running, it will error out and die - but it also leaves a 0byte db file in its place causing it not to create the db automatically.
as part of the main while loop, it needs to check if the file exists and die if not so that it can be created the next time cron runs watch.php.
The text was updated successfully, but these errors were encountered: