summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rwxr-xr-xfrontend/live-boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/live-boot b/frontend/live-boot
index 67585f9..32d0a3b 100755
--- a/frontend/live-boot
+++ b/frontend/live-boot
@@ -11,10 +11,10 @@ do
fi
done
-for _SCRIPT in /lib/live/boot/????-*
+for _COMONENT in /lib/live/boot/????-*
do
- if [ -e "${_SCRIPT}" ]
+ if [ -e "${_COMONENT}" ]
then
- . ${_SCRIPT}
+ . ${_COMONENT}
fi
done