rc: factory reset reboot misbehaves for another reason

This commit is contained in:
Franco Fichtner 2015-08-13 17:41:22 +02:00
parent f45388d411
commit b025a54d6d

View File

@ -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);