Drop the set -e, it is becoming too complicated to ensure it works
This commit is contained in:
parent
515a55ee1d
commit
07a370207f
@ -1,6 +1,5 @@
|
|||||||
#!/system/bin/sh
|
#!/system/bin/sh
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
setprop sys.usb.ffs.aio_compat true
|
setprop sys.usb.ffs.aio_compat true
|
||||||
|
|
||||||
@ -83,9 +82,7 @@ mount -o remount,ro / || true
|
|||||||
mkdir -p /mnt/phh/
|
mkdir -p /mnt/phh/
|
||||||
mount -t tmpfs -o rw,nodev,relatime,mode=755,gid=0 none /mnt/phh || true
|
mount -t tmpfs -o rw,nodev,relatime,mode=755,gid=0 none /mnt/phh || true
|
||||||
mkdir /mnt/phh/empty_dir
|
mkdir /mnt/phh/empty_dir
|
||||||
set +e
|
|
||||||
fixSPL
|
fixSPL
|
||||||
set -e
|
|
||||||
|
|
||||||
changeKeylayout
|
changeKeylayout
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user