forked from norman/fusionpbx-install.sh-github-mirror
Install cron
This commit is contained in:
@@ -118,6 +118,7 @@ cp /var/www/fusionpbx/app/event_guard/resources/service/debian.service /etc/syst
|
||||
/bin/systemctl daemon-reload
|
||||
|
||||
#add xml cdr import to crontab
|
||||
apt install cron
|
||||
cat <(crontab -l) <(echo "* * * * * $(which php) /var/www/fusionpbx/app/xml_cdr/xml_cdr_import.php 300") | crontab -
|
||||
|
||||
#welcome message
|
||||
|
||||
Reference in New Issue
Block a user