Fix check for presence of chroot hooks
This commit is contained in:
parent
2792097208
commit
2a400dc63e
|
@ -78,7 +78,7 @@ then
|
|||
fi
|
||||
|
||||
## Processing local hooks
|
||||
if ls config/hooks/*.chroot > /dev/null 2>&1
|
||||
if ls config/hooks/normal/*.chroot config/hooks/live/*.chroot > /dev/null 2>&1
|
||||
then
|
||||
# Restoring cache
|
||||
Restore_cache cache/packages.chroot
|
||||
|
|
Loading…
Reference in New Issue