mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
freepbx.yml: Run 'fwconsole ma upgradeall' on installed FreePBX modules
This commit is contained in:
parent
0474db4cfc
commit
8cb4145b22
1 changed files with 3 additions and 0 deletions
|
@ -215,6 +215,9 @@
|
|||
dest: /etc/systemd/system/
|
||||
|
||||
|
||||
- name: FreePBX - Run 'fwconsole ma upgradeall' on installed FreePBX modules, e.g. 16 default modules (of about 70 total) - CAN TAKE 2 MIN OR LONGER!
|
||||
command: fwconsole ma upgradeall
|
||||
|
||||
- name: FreePBX - Run 'fwconsole set CHECKREFERER 0' (0 means false) - if pbx_try_nginx - so 'Submit' button definitively works at http://box/freepbx >> Settings >> Advanced Settings -- FYI you can run 'fwconsole set -l' or 'fwconsole set CHECKREFERER' to view FreePBX settings -- FYI /etc/freepbx.conf can completely override FreePBX's stored settings if nec
|
||||
command: fwconsole set CHECKREFERER 0 # Or/later run 'fwconsole set CHECKREFERER 1' (1 means true) to restore FreePBX's default strict checking.
|
||||
when: pbx_try_nginx
|
||||
|
|
Loading…
Reference in a new issue