S16factorycheck 212 B

1234567
  1. #!/bin/sh
  2. echo "replace factorycheck with dummy, to prevent bind unmount"
  3. if [ -f /opt/wz_mini/tmp/.T31 ]; then
  4. mount --bind /opt/wz_mini/bin/factorycheck /system/bin/factorycheck
  5. touch /tmp/usrflag
  6. fi