summaryrefslogtreecommitdiff
path: root/hooks/live
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/live')
-rwxr-xr-xhooks/live4
1 files changed, 2 insertions, 2 deletions
diff --git a/hooks/live b/hooks/live
index b023d4b..40802d0 100755
--- a/hooks/live
+++ b/hooks/live
@@ -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