1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

/etc/freepbx.conf: ['AMPASTERISKWEBUSER'] = 'www-data'; (doesn't help)

This commit is contained in:
root 2021-08-07 01:09:29 -04:00
parent 00214a24e2
commit 6d0ae1fe27

View file

@ -190,10 +190,10 @@
src: freepbx.service
dest: /etc/systemd/system/
# FreePBX's initial registration tries to set up a cron job and fails:
# "Exception: Trying to edit user asterisk, when I'm running as www-data"
# https://github.com/iiab/iiab/pull/2916#issuecomment-894585322
# Hacking /etc/freepbx.conf in this way does not help in the end...
# FreePBX's initial page (Admin user registration) tries to set up a cron job and
# fails: "Exception: Trying to edit user asterisk, when I'm running as www-data"
# DETAILS: https://github.com/iiab/iiab/pull/2916#issuecomment-894585322
# 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 ?'"
# lineinfile:
# path: /etc/freepbx.conf