Changed “done” message

This commit is contained in:
pezcurrel 2024-01-02 01:22:04 +01:00
parent 2e2fa2d179
commit 238ac44485

View file

@ -232,7 +232,7 @@ sortcheckandsave($insts,'list of responding instances',$opts['peersfp']);
sortcheckandsave($ckinsts,'list of checked instances',$opts['ckpeersfp']); sortcheckandsave($ckinsts,'list of checked instances',$opts['ckpeersfp']);
mysqli_close($link); mysqli_close($link);
unlink($lockfp); unlink($lockfp);
lecho(1,'done :-)'.N); lecho(1,'###### DONE :-) ######'.N);
exit(0); exit(0);