Add autoconfig option for usage with SD/MMC cards

pull/171/head
Igor Zalatov (from Citadel PC) 2022-02-01 22:58:11 +03:00
parent f215cf844b
commit 4a395ff011
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ my_mount()
fi
# copy files from autoconfig folder
[ -d "${destdir}/$1/autoconfig" ] && cp -af ${destdir}/$1/autoconfig/* /
[ -d "${destdir}/$1/autoconfig" ] && cp -afv ${destdir}/$1/autoconfig/* / | logger -s -p daemon.info -t autoconfig
}
case "${ACTION}" in