From 61567c81c0bbd0ec65b8f5ee19a16f58abe9f310 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 18 Dec 2016 22:44:13 +0100 Subject: [PATCH] rc: light up configure_firmware output --- +POST_INSTALL | 1 - src/etc/rc.configure_firmware | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/+POST_INSTALL b/+POST_INSTALL index 557b2c681..91922c95c 100644 --- a/+POST_INSTALL +++ b/+POST_INSTALL @@ -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 diff --git a/src/etc/rc.configure_firmware b/src/etc/rc.configure_firmware index a4c3acf04..ced67f743 100755 --- a/src/etc/rc.configure_firmware +++ b/src/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);