commit | ec7952a23f3a8351ce7c70e6370a684c09921aaf | [log] [tgz] |
---|---|---|
author | Pierre-Hugues Husson <pierre-hugues.husson@softathome.com> | Mon Sep 17 13:59:33 2018 +0200 |
committer | Jon West <electrikjesus@gmail.com> | Tue Oct 30 19:30:50 2018 -0400 |
tree | 71747ccc7afaa6b8c7921ba6c72d9f7fe3233804 | |
parent | 10c9553b2c4fc2e23cdc8dbd4e0bc395ba6bf4a5 [diff] |
Drop the set -e, it is becoming too complicated to ensure it works Change-Id: I1f2d250807462eace4cf7f7db7a902cc65cfa75a
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 @@ 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