X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=85a98a3f951a5b16c5553bb7a236a7263b241606;hb=fb986329e0ee3dedc5873f22a40dfc8a0f7a4207;hp=19ff26a78a3bd2ee454a13db27c8d04de536ad66;hpb=929edd8cf3bf90a0959cbd97c69b7c8777ed0bc8;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index 19ff26a..85a98a3 100755 --- a/hooks/live +++ b/hooks/live @@ -30,9 +30,9 @@ then . /etc/live/boot.conf fi -if ls /etc/live/boot.conf.d/* > /dev/null 2>&1 +if ls /etc/live/boot.d/* > /dev/null 2>&1 then - for _FILE in /etc/live/boot.conf.d/* + for _FILE in /etc/live/boot.d/* do . ${_FILE} done