tizen 2.3 release
[apps/livebox/data-provider-master.git] / data / dump_dynamicbox.sh
1 #!/bin/sh
2
3 DBOX_DEBUG=$1/dynamicbox
4 mkdir -p ${DBOX_DEBUG}
5 /bin/cp -r /opt/usr/share/live_magazine ${DBOX_DEBUG}
6 /bin/cp -r /tmp/.dbox.service ${DBOX_DEBUG}/log
7 /bin/cp -r /opt/dbspace/.dynamicbox.db ${DBOX_DEBUG}
8 ls -la /tmp/ | /bin/grep srw > ${DBOX_DEBUG}/log/tmp.hidden_files