Making check for local-includes silent.

This commit is contained in:
Daniel Baumann 2008-08-06 23:28:27 +02:00
parent af8160b930
commit 4b7b96bce8
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ Check_lockfile .lock
# Creating lock file
Create_lockfile .lock
if ls -A config/binary_local-includes/ | grep -qs .
if ls -A config/binary_local-includes/ | grep -qs . > /dev/null 2>&1
then
# Copying includes
cd config/binary_local-includes

View File

@ -42,7 +42,7 @@ Check_lockfile .lock
# Creating lock file
Create_lockfile .lock
if ls -A config/chroot_local-includes/ | grep -qs .
if ls -A config/chroot_local-includes/ | grep -qs . > /dev/null 2>&1
then
# Copying includes
cd config/chroot_local-includes