Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
weikequ committed Sep 6, 2023
1 parent f2dcdfd commit 56ba46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lima-and-qemu.pl
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
END { system("sudo pkill FileMonitor") }
print "sudo may prompt for password to run FileMonitor\n";

system("sudo cat $filemonitor");
#Change this FileMonitor path for local build to installed path
system("sudo -b /Applications/FileMonitor.app/Contents/MacOS/FileMonitor >$filemonitor 2>/dev/null");
system("sudo cat $filemonitor");
sleep(1) until -s $filemonitor;

my $repo_root = join('/', dirname($FindBin::Bin), 'src', 'lima');
Expand Down

0 comments on commit 56ba46a

Please sign in to comment.