Commit 61567c81 authored by Franco Fichtner's avatar Franco Fichtner

rc: light up configure_firmware output

parent 76283768
......@@ -43,5 +43,4 @@ if pgrep -q php-cgi; then
pkill -HUP php-cgi
fi
echo "Reloading firmware configuration"
/usr/local/etc/rc.configure_firmware
......@@ -42,5 +42,5 @@ require_once 'system.inc';
/* upgrade config before doing anything else */
convert_config(true);
system_firmware_configure();
system_login_configure();
system_firmware_configure(true);
system_login_configure(true);
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