After peerscrawl.php has run, make a copy of peerscrawl.log to peerscrawl.log.old
This commit is contained in:
parent
77c37c3f68
commit
1c1d9fb095
1 changed files with 1 additions and 0 deletions
|
@ -22,5 +22,6 @@ while true; do
|
|||
fi
|
||||
tail $cmdlogfp >> $logfp
|
||||
log "### THE END ###"
|
||||
cp "$cmdlogfp" "${cmdlogfp}.old"
|
||||
done
|
||||
exit 0;
|
||||
|
|
Loading…
Reference in a new issue