S16factorycheck 213 B

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