forked from ungleich-public/cdist
allow empty file
This commit is contained in:
parent
fcd730f905
commit
d7fdc8006f
1 changed files with 1 additions and 7 deletions
|
@ -9,13 +9,7 @@ fi
|
|||
|
||||
if [ -f "$file" ]
|
||||
then
|
||||
if [ -s "$file" ]
|
||||
then
|
||||
cat "$file"
|
||||
else
|
||||
echo "$file is empty" >&2
|
||||
exit 1
|
||||
fi
|
||||
else
|
||||
echo "$file do not exist" >&2
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue