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 287287
288288 for dir in ${ stateDir } /*; do
289289 if [ -e $dir/current/share/microvm/virtiofs ] &&
290- [ ! -e $dir/bin/virtiofsd-run ]; then
290+ [ ! -e $dir/current/ bin/virtiofsd-run ]; then
291291 _outdated_microvms="$_outdated_microvms $(basename $dir)"
292292 elif [ -e $dir/current/share/microvm/tap-interfaces ] &&
293- [ ! -e $dir/bin/tap-up ]; then
293+ [ ! -e $dir/current/ bin/tap-up ]; then
294294 _outdated_microvms="$_outdated_microvms $(basename $dir)"
295295 elif [ -e $dir/current/share/microvm/macvtap-interfaces ] &&
296- [ ! -e $dir/bin/macvtap-up ]; then
296+ [ ! -e $dir/current/ bin/macvtap-up ]; then
297297 _outdated_microvms="$_outdated_microvms $(basename $dir)"
298298 elif [ -e $dir/current/share/microvm/pci-devices ] &&
299- [ ! -e $dir/bin/pci-setup ]; then
299+ [ ! -e $dir/current/ bin/pci-setup ]; then
300300 _outdated_microvms="$_outdated_microvms $(basename $dir)"
301301 fi
302302 done
You can’t perform that action at this time.
0 commit comments