mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 01:58:07 +00:00
Move the statistics to a specific Library Show some subscriptions charts in the admin panel Inject the browser user agent to the database if available Split statistics in different view (day/week/month) Install cron scripts Update the dependencies
6 lines
No EOL
301 B
Bash
6 lines
No EOL
301 B
Bash
#!/bin/sh
|
|
|
|
cd /opt/belledonne-communications/share/flexisip-account-manager/flexiapi/
|
|
scl enable rh-php73 "php artisan digest:expired-nonces-clear 60"
|
|
scl enable rh-php73 "php artisan accounts:clear-accounts-tombstones 7 --apply"
|
|
scl enable rh-php73 "php artisan accounts:clear-unconfirmed 30 --apply" |