taskd/clone.sh: add another check for exceeding size limit
commitff26a71bd96e29b8ef7a70a649760a3562913d45
authorKyle J. McKay <mackyle@gmail.com>
Sun, 16 Aug 2020 05:23:49 +0000 (15 22:23 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 16 Aug 2020 05:23:49 +0000 (15 22:23 -0700)
treee54bc56c62457bf141dfe1235d068967b0173a09
parentf6ecc0322f0a32f43143ac09403a171261ecfa96
taskd/clone.sh: add another check for exceeding size limit

On some systems, the file size limit may not stick or may not
be fully implemented.  Go ahead and check for a file that's
too big after a successful clone just in case we're running
on such a system.

While it's too late to prevent use of the extra space at this
point, at least it will be quickly freed up once detected which
is better than nothing.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
taskd/clone.sh