mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
system: fix typo
This commit is contained in:
parent
e6518fcd14
commit
0b465d4404
@ -296,7 +296,7 @@ function unlock($cfglckkey = null)
|
||||
|
||||
function exit_on_bootup($callback = null, $arguments = [])
|
||||
{
|
||||
/* intentionally we exit here to avoid future cleverless WRT bootup handing */
|
||||
/* intentionally we exit here to avoid future cleverness WRT bootup handing */
|
||||
if (!flock(fopen('/var/run/booting', 'r+'), LOCK_SH | LOCK_NB)) {
|
||||
if ($callback) {
|
||||
call_user_func_array($callback, $arguments);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user