#!/system/bin/sh

if [ "$( id -un )"x = "root"x ] ; then
  eval 'exec  /system/bin/process_dynamic_partition.sh ${1+"$@"}'
else
  eval 'su - -c exec  /system/bin/process_dynamic_partition.sh ${1+"$@"}'	
fi

