After peerscrawl.php has run, make a copy of peerscrawl.log to peerscrawl.log.old

This commit is contained in:
pezcurrel 2024-02-26 17:53:43 +01:00
parent 77c37c3f68
commit 1c1d9fb095

View file

@ -22,5 +22,6 @@ while true; do
fi
tail $cmdlogfp >> $logfp
log "### THE END ###"
cp "$cmdlogfp" "${cmdlogfp}.old"
done
exit 0;