Modify download-provider_upgrade.sh 17/89317/1 accepted/tizen/common/20160923.160749 accepted/tizen/ivi/20160925.234349 accepted/tizen/mobile/20160925.234423 accepted/tizen/tv/20160925.234352 accepted/tizen/wearable/20160925.234342 submit/tizen/20160923.055938
authormin7.choi <min7.choi@samsung.com>
Fri, 23 Sep 2016 05:46:45 +0000 (14:46 +0900)
committermin7.choi <min7.choi@samsung.com>
Fri, 23 Sep 2016 05:46:45 +0000 (14:46 +0900)
Change-Id: I9c59508b4bc063ab0c8e216818e8149865a2b547
Signed-off-by: min7.choi <min7.choi@samsung.com>
download-provider_upgrade.sh

index 9ddbb4e..b72fa28 100755 (executable)
@@ -7,7 +7,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
 
 # Macro
 DOWNLOAD_DIR_24=/opt/usr/media/Downloads
-DOWNLOAD_DIR_30=/opt/usr/home/owner/content/Downloads
+DOWNLOAD_DIR_30=/opt/usr/home/owner/media/Downloads
 SOCK_DIR_24=/opt/data/download-provider
 DATA_INSTALL_DIR=/opt/usr/data/download-provider
 NOTIFY_DIR=$DATA_INSTALL_DIR/notify
@@ -41,4 +41,4 @@ chmod g+s $DOWNLOAD_DIR_30/.temp_download
 chown owner:priv_mediastorage $DOWNLOAD_DIR_30/.temp_download
 chsmack -a User::App::Shared $DOWNLOAD_DIR_30/.temp_download
 chown owner:users $DOWNLOAD_DIR_30/*
-chsmack -a User::App::Shared $DOWNLOAD_DIR_30/*
\ No newline at end of file
+chsmack -a User::App::Shared $DOWNLOAD_DIR_30/*