diff options
author | Daniel Baumann <daniel@debian.org> | 2008-08-07 17:57:28 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:37 +0100 |
commit | 698992351cf454e5cadee3f580cee53595c63573 (patch) | |
tree | 529509d7ea0a1fea0b866dfca7565326e8db678b /helpers | |
parent | 4b7b96bce8274e62d9ef9813cc823d9362e7d256 (diff) | |
download | vyos-live-build-698992351cf454e5cadee3f580cee53595c63573.tar.gz vyos-live-build-698992351cf454e5cadee3f580cee53595c63573.zip |
Making check for local-patches silent.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_chroot_local-patches | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_local-patches b/helpers/lh_chroot_local-patches index caa618017..b40e114e1 100755 --- a/helpers/lh_chroot_local-patches +++ b/helpers/lh_chroot_local-patches @@ -42,7 +42,7 @@ Check_lockfile .lock # Creating lock file Create_lockfile .lock -if ls -A config/chroot_local-patches/ | grep -qs . +if ls -A config/chroot_local-patches/ | grep -qs . > /dev/null 2>&1 then # Restoring cache Restore_cache cache/packages_chroot |