Fix check for presence of chroot hooks

This commit is contained in:
Daniel Reichelt 2015-07-26 13:37:13 +02:00 committed by Daniel Reichelt
parent 2792097208
commit 2a400dc63e
1 changed files with 1 additions and 1 deletions

View File

@ -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