Fix check for presence of chroot hooks
This commit is contained in:
parent
2792097208
commit
2a400dc63e
|
@ -78,7 +78,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## Processing local hooks
|
## 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
|
then
|
||||||
# Restoring cache
|
# Restoring cache
|
||||||
Restore_cache cache/packages.chroot
|
Restore_cache cache/packages.chroot
|
||||||
|
|
Loading…
Reference in New Issue