From: dyamy-lee Date: Tue, 2 Apr 2024 09:37:36 +0000 (+0900) Subject: change the chmod for tts-config.xml X-Git-Tag: accepted/tizen/unified/toolchain/20240610.173109~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b16b14ea7a0b901f4134cc4fdb771966774ea98;p=platform%2Fcore%2Fuifw%2Ftts.git change the chmod for tts-config.xml 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 --- diff --git a/script/migration/tts.sh b/script/migration/tts.sh index 8b5230e7..5ae1e0f9 100644 --- a/script/migration/tts.sh +++ b/script/migration/tts.sh @@ -42,6 +42,7 @@ function tts_migration() { 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 @@ -76,4 +77,4 @@ mig_init tts_migration mig_finish -exit 0 +exit 0 \ No newline at end of file