diff --git a/buildroot-v86/board/v86/rootfs_overlay/root/bin/watchfs b/buildroot-v86/board/v86/rootfs_overlay/root/bin/watchfs index f2ee5ef..21e9157 100755 --- a/buildroot-v86/board/v86/rootfs_overlay/root/bin/watchfs +++ b/buildroot-v86/board/v86/rootfs_overlay/root/bin/watchfs @@ -1,9 +1,9 @@ #!/bin/sh -infinite inotifyd echo /mnt/root | awk ' +infinite inotifyd echo /mnt/root | awk ' # listen for writes to rootdir and send them to DOM - /^[ce] \/mnt\/root index\.html/ { system("cat "$2"/"$3" | grep -vE \"^#!\" > /dev/browser/html") } - /^[ce] \/mnt\/root index\.js/ { system("cat "$2"/"$3" | grep -vE \"^#!\" > /dev/browser/js") } + /^[ne] \/mnt\/root index\.html/ { system("cat "$2"/"$3" | grep -vE \"^#!\" > /dev/browser/html") } + /^[ne] \/mnt\/root index\.js/ { system("cat "$2"/"$3" | grep -vE \"^#!\" > /dev/browser/js") } ' diff --git a/dist/v86-linux.iso b/dist/v86-linux.iso index 296bee3..7e9901e 100644 Binary files a/dist/v86-linux.iso and b/dist/v86-linux.iso differ