diff options
Diffstat (limited to 'hooks/live')
-rwxr-xr-x | hooks/live | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,9 +32,9 @@ then . /etc/live/boot.conf fi -if ls /etc/live/boot.d/* > /dev/null 2>&1 +if ls /etc/live/boot.d/*.conf > /dev/null 2>&1 then - for _FILE in /etc/live/boot.d/* + for _FILE in /etc/live/boot.d/*.conf do . ${_FILE} done |