From 07278b08ac2b4d8fe05c2409c2bfce88fa108e60 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 22 Sep 2016 17:42:33 +0200 Subject: [PATCH] pkg: firmware reload requires initialised PHP --- +POST_INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/+POST_INSTALL b/+POST_INSTALL index c92f7967a..75f3aaeae 100644 --- a/+POST_INSTALL +++ b/+POST_INSTALL @@ -41,11 +41,11 @@ rm -f /usr/local/opnsense/mvc/app/cache/*.php echo "Execute model migrations" /usr/local/opnsense/mvc/script/run_migrations.php -echo "Reloading firmware configuration" -/usr/local/etc/rc.configure_firmware - echo "Reloading GUI configuration" /usr/local/etc/rc.php_ini_setup if pgrep -q php-cgi; then pkill -HUP php-cgi fi + +echo "Reloading firmware configuration" +/usr/local/etc/rc.configure_firmware