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 e77c88b..3174d17 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