From 07a370207f5b6604979d895698b1e4e18c4f6e9d Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Mon, 17 Sep 2018 13:59:33 +0200 Subject: [PATCH] Drop the set -e, it is becoming too complicated to ensure it works --- rw-system.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/rw-system.sh b/rw-system.sh index fcefda4..286cebd 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -1,6 +1,5 @@ #!/system/bin/sh -set -e setprop sys.usb.ffs.aio_compat true @@ -83,9 +82,7 @@ mount -o remount,ro / || true mkdir -p /mnt/phh/ mount -t tmpfs -o rw,nodev,relatime,mode=755,gid=0 none /mnt/phh || true mkdir /mnt/phh/empty_dir -set +e fixSPL -set -e changeKeylayout