This commit is contained in:
teldra 2022-02-07 05:07:15 +01:00
parent 04ccef5f51
commit 9db275831f
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ lang() {
}
bootloader() {
for i in $(find recipes/bootloader); do
for i in $(find recipes/bootloader -type f); do
bl+=("$(basename $i)")
done
if [ "${#bl[@]}" -gt "1" ]; then