Skip to content

Commit

Permalink
Bulkhandler cache (#264)
Browse files Browse the repository at this point in the history
* create cache folder for bulkhandler

* remove bulkdids
  • Loading branch information
Stell0 authored Jul 10, 2024
1 parent d5fce3a commit 8b678dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions freepbx/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ RUN mkdir -p \
/var/www/html/freepbx/admin/modules/asteriskinfo/assets/less/cache \
/var/www/html/freepbx/admin/modules/backup/assets/less/cache \
/var/www/html/freepbx/admin/modules/blacklist/assets/less/cache \
/var/www/html/freepbx/admin/modules/bulkhandler/assets/less/cache \
/var/www/html/freepbx/admin/modules/calendar/assets/less/cache \
/var/www/html/freepbx/admin/modules/cdr/assets/less/cache \
/var/www/html/freepbx/admin/modules/cdr/ucp/assets/less/cache \
Expand Down
1 change: 1 addition & 0 deletions freepbx/freepbx_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ done

# Remove obsolete modules if required
for module in \
bulkdids \
inboundlookup \
outboundlookup
do
Expand Down

0 comments on commit 8b678dc

Please sign in to comment.