#!/system/bin/sh


LOG="/system/bin/log -p w complete: ";
$LOG "Start init completion script"
$LOG "Complete init active!"

# scheduled permission fix from EM
if [ -e /data/local/sd-ext.fixperms ];
then
  sync;
  fix_permissions
  busybox rm -f /data/local/sd-ext.fixperms;
  sync;
fi;

sync;
setprop cm.filesystem.ready 1;
