You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
273 B

#!/bin/sh
##
## matomo-cron.sh -- Matomo Cron Job Trigger
##
server=`grep '^Listen' @l_prefix@/etc/matomo/matomo-apache.conf | head -1 | awk '{ print $2; }'`
@l_prefix@/bin/wget -qO /dev/null "http://$server/misc/cron/archive.php?token_auth=XYZ" >/dev/null 2>&1 || true