File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 287
287
288
288
for dir in ${ stateDir } /*; do
289
289
if [ -e $dir/current/share/microvm/virtiofs ] &&
290
- [ ! -e $dir/bin/virtiofsd-run ]; then
290
+ [ ! -e $dir/current/ bin/virtiofsd-run ]; then
291
291
_outdated_microvms="$_outdated_microvms $(basename $dir)"
292
292
elif [ -e $dir/current/share/microvm/tap-interfaces ] &&
293
- [ ! -e $dir/bin/tap-up ]; then
293
+ [ ! -e $dir/current/ bin/tap-up ]; then
294
294
_outdated_microvms="$_outdated_microvms $(basename $dir)"
295
295
elif [ -e $dir/current/share/microvm/macvtap-interfaces ] &&
296
- [ ! -e $dir/bin/macvtap-up ]; then
296
+ [ ! -e $dir/current/ bin/macvtap-up ]; then
297
297
_outdated_microvms="$_outdated_microvms $(basename $dir)"
298
298
elif [ -e $dir/current/share/microvm/pci-devices ] &&
299
- [ ! -e $dir/bin/pci-setup ]; then
299
+ [ ! -e $dir/current/ bin/pci-setup ]; then
300
300
_outdated_microvms="$_outdated_microvms $(basename $dir)"
301
301
fi
302
302
done
You can’t perform that action at this time.
0 commit comments