1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-12 12:59:14 +00:00

Tell us if a listed module doesn't exist

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-06-09 03:14:40 +00:00
parent c9a69e8faf
commit c5e983d655

View File

@@ -69,6 +69,7 @@ move_files() {
for i in $(<$module_list); do for i in $(<$module_list); do
if [ ! -e $i ]; then if [ ! -e $i ]; then
echo "WARNING move_files into $target, $i does not exist"
continue continue
fi fi