Added “fedipact.php”

This commit is contained in:
pezcurrel 2023-12-27 16:41:29 +01:00
parent 8e5cc30412
commit 0ed8165a53

View file

@ -45,6 +45,7 @@ log "[[[ Inizio esecuzione ${sname} ]]]"
#tar cJf run-`date +%Y-%m-%d--%H.%M.%S`.tar.xz run/
buff=`ls -1 run/`
[ "${buff}" != "" ] && logcmd "find run/ -type f -exec rm {} ;" "${logfp}"
logcmd "php fedipact.php" "${logfp}"
logcmd "php mustool.php updstats" "${logfp}"
if [ `date "+%d"` != "01" ]; then # usa il gracetime di default
log "Eseguo crawler.php con il gracetime di default"