mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
/etc/freepbx.conf: ['AMPASTERISKWEBUSER'] = 'www-data'; (doesn't help)
This commit is contained in:
parent
00214a24e2
commit
6d0ae1fe27
1 changed files with 4 additions and 4 deletions
|
@ -190,10 +190,10 @@
|
||||||
src: freepbx.service
|
src: freepbx.service
|
||||||
dest: /etc/systemd/system/
|
dest: /etc/systemd/system/
|
||||||
|
|
||||||
# FreePBX's initial registration tries to set up a cron job and fails:
|
# FreePBX's initial page (Admin user registration) tries to set up a cron job and
|
||||||
# "Exception: Trying to edit user asterisk, when I'm running as www-data"
|
# fails: "Exception: Trying to edit user asterisk, when I'm running as www-data"
|
||||||
# https://github.com/iiab/iiab/pull/2916#issuecomment-894585322
|
# DETAILS: https://github.com/iiab/iiab/pull/2916#issuecomment-894585322
|
||||||
# Hacking /etc/freepbx.conf in this way does not help in the end...
|
# FWIW hacking /etc/freepbx.conf in this way does not help in the end...
|
||||||
# - name: "2021-08-06: Try \"$amp_conf['AMPASTERISKWEBUSER'] = 'www-data';\" in /etc/freepbx.conf for #2916 registration cron fix ?'"
|
# - name: "2021-08-06: Try \"$amp_conf['AMPASTERISKWEBUSER'] = 'www-data';\" in /etc/freepbx.conf for #2916 registration cron fix ?'"
|
||||||
# lineinfile:
|
# lineinfile:
|
||||||
# path: /etc/freepbx.conf
|
# path: /etc/freepbx.conf
|
||||||
|
|
Loading…
Reference in a new issue