removed whitespace
This commit is contained in:
parent
717472a048
commit
cc59a98c10
1 changed files with 1 additions and 3 deletions
|
|
@ -41,7 +41,6 @@ if [ $? -gt 0 ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
if [ $(grep -v -c '^$' /tmp/cleanup.$$) -eq 0 ]; then
|
||||
echo " OK, no garbage files found"
|
||||
else
|
||||
|
|
@ -60,5 +59,4 @@ else
|
|||
fi
|
||||
|
||||
rm /tmp/cleanup.$$
|
||||
|
||||
exit $RC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue