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
|
||||
echo "${pkg_checksum} ${dest_filename}" | md5sum -c - && {
|
||||
downloaded=true
|
||||
echo "Skipping ${pkg_filename}"
|
||||
echo "Skipping ${filename}"
|
||||
}
|
||||
fi
|
||||
while [ $downloaded != true ]; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user