diff --git a/scripts/anbox-init.sh b/scripts/anbox-init.sh index f8ac1c6..54cdd6a 100644 --- a/scripts/anbox-init.sh +++ b/scripts/anbox-init.sh @@ -17,7 +17,7 @@ function prepare_filesystem() { # These dev files need to be adjusted everytime as they are # bind mounted into the temporary rootfs for f in qemu_pipe qemu_trace goldfish_pipe input/* ; do - if [ ! -e /dev/$f ] ; then + if [ ! -e "/dev/$f" ] ; then continue fi chown system:system /dev/$f