mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
include check if file exists
This commit is contained in:
parent
3898def2f7
commit
390b668f2b
@ -7,5 +7,7 @@ mkdir -p $LOCAL_PKG_DIR
|
|||||||
FILES=packages/*.deb
|
FILES=packages/*.deb
|
||||||
for f in $FILES
|
for f in $FILES
|
||||||
do
|
do
|
||||||
cp $f $LOCAL_PKG_DIR
|
if [ -e "$f" ]; then
|
||||||
|
cp $f $LOCAL_PKG_DIR
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user