mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 18:14:42 +00:00
rc: factory reset reboot misbehaves for another reason
This commit is contained in:
parent
f45388d411
commit
b025a54d6d
@ -43,7 +43,7 @@ Do you want to proceed {$yes_no_prompt}
|
||||
EOD;
|
||||
|
||||
if (strcasecmp(chop(fgets($fp)), 'y') == 0) {
|
||||
reset_factory_defaults(true);
|
||||
reset_factory_defaults();
|
||||
}
|
||||
|
||||
fclose($fp);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user