Making check for local-patches silent.
This commit is contained in:
parent
0a1a5f6da7
commit
01f8269eb3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue