Add autoconfig option for usage with SD/MMC cards

pull/171/head
Igor Zalatov (from Citadel PC) 2022-02-01 22:48:51 +03:00
parent 35e8cfd875
commit f215cf844b
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ my_mount()
exit 1
fi
# copy files from autoconfig folder
[ -d "${destdir}/$1/autoconfig" ] && cp -af ${destdir}/$1/autoconfig/* /
}