Skip to content

Commit

Permalink
(legacy) repair reset root password
Browse files Browse the repository at this point in the history
  • Loading branch information
AdSchellevis committed Dec 3, 2015
1 parent 9a22c04 commit ffbbd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/rc.initial.password
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if (strcasecmp(chop(fgets($fp)), 'y') == 0) {

local_user_set_password($admin_user, $g['factory_shipped_password']);
local_user_set($admin_user);
write_config($config, gettext("password changed from console menu"));
write_config(gettext("password changed from console menu"));

printf("\n\n");
printf(gettext("The password has been reset."));
Expand Down

0 comments on commit ffbbd11

Please sign in to comment.