fixup the fixup the
This commit is contained in:
parent
e1ecb7dc05
commit
9a9ef67a06
1 changed files with 2 additions and 1 deletions
3
update
3
update
|
@ -13,9 +13,10 @@ update() {
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
newlength="$(wc -l ${dst})"
|
newlength="$(wc -l < ${dst})"
|
||||||
if [ "$newlength" -lt 3 ]
|
if [ "$newlength" -lt 3 ]
|
||||||
then
|
then
|
||||||
|
echo "Skipping update of ${url}, because pad has likely been removed"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue