Correcting typos in chroot_hooks.
This commit is contained in:
parent
06fb96a10c
commit
f7d2e5a84b
|
@ -83,7 +83,7 @@ then
|
|||
# Restoring cache
|
||||
Restore_cache cache/packages.chroot
|
||||
|
||||
for HOOK in config/hooks/normal/*.binary config/hooks/live/*.binary
|
||||
for HOOK in config/hooks/normal/*.chroot config/hooks/live/*.chroot
|
||||
do
|
||||
if [ ! -e "${HOOK}" ]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue