Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential bug stopping cron after enabling RW filesystem #64

Open
rogerclarkmelbourne opened this issue Nov 10, 2018 · 0 comments
Open

Comments

@rogerclarkmelbourne
Copy link
Contributor

In the configure page, in some places the file system is remounted as RW e.g.

https://github.com/AndyTaylorTweet/Pi-Star_DV_Dash/blob/master/admin/configure.php#L247-L250

However the cron service is not stopped until after the file system is made RW, and there is a small chance that cron may run between the file system being mounted RW and cron being stopped

I think cron should probably be stopped before the files system is mounted as RW

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant