mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
virtualbox: fix unbounded variable
This commit is contained in:
parent
437e8b7b15
commit
e141809b67
@ -84,7 +84,7 @@ while read line; do
|
|||||||
if [ -f ${dest_filename} ]; then
|
if [ -f ${dest_filename} ]; then
|
||||||
echo "${pkg_checksum} ${dest_filename}" | md5sum -c - && {
|
echo "${pkg_checksum} ${dest_filename}" | md5sum -c - && {
|
||||||
downloaded=true
|
downloaded=true
|
||||||
echo "Skipping ${pkg_filename}"
|
echo "Skipping ${filename}"
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
while [ $downloaded != true ]; do
|
while [ $downloaded != true ]; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user