when data migration, previous version in home directory has their authority as 600.
but when root directory after 8.0, it needs 664(rw-rw-r).
If it doesn't apply, it is working fail.
Change-Id: Ib0a6956b9b41f04b8ad6eb6d1b8eb6d1450380fe
mig_copy $SRC_CONF_PATH $DST_PATH || error_handle "default_data" $LINENO
chown -R ui_fw:users $(get_rw_path)/usr/data/.voice
+ chmod 664 $(get_rw_path)/usr/data/.voice/tts-config.xml
log I "TTS Migration 7.0 only END"
else
tts_migration
mig_finish
-exit 0
+exit 0
\ No newline at end of file