mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
pkg: firmware reload requires initialised PHP
This commit is contained in:
parent
5024813216
commit
07278b08ac
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user