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:
@@ -69,6 +69,7 @@ move_files() {
|
||||
|
||||
for i in $(<$module_list); do
|
||||
if [ ! -e $i ]; then
|
||||
echo "WARNING move_files into $target, $i does not exist"
|
||||
continue
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user