Commit b025a54d authored by Franco Fichtner's avatar Franco Fichtner

rc: factory reset reboot misbehaves for another reason

parent f45388d4
......@@ -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);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment