diff options
Diffstat (limited to 'scripts/boot.sh')
| -rwxr-xr-x | scripts/boot.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/boot.sh b/scripts/boot.sh index 11e8094..67585f9 100755 --- a/scripts/boot.sh +++ b/scripts/boot.sh @@ -3,8 +3,7 @@ # set -e # Reading configuration file from filesystem and live-media -for _FILE in /etc/live/boot.conf /etc/live/boot/* \ - /live/image/live/boot.conf /live/image/live/boot/* +for _FILE in /etc/live/boot.conf /etc/live/boot/* do if [ -e "${_FILE}" ] then |
