Commit 1ba0d34a authored by Franco Fichtner's avatar Franco Fichtner

rc: factory reset reboot misbehaves for another reason

parent d60d7c15
......@@ -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