diff options
Diffstat (limited to 'frontend')
-rwxr-xr-x | frontend/live-boot | 6 |
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 |