diff options
author | Sunmin Lee <sunm.lee@samsung.com> | 2016-11-24 21:45:36 +0900 |
---|---|---|
committer | Sunmin Lee <sunm.lee@samsung.com> | 2016-11-24 21:49:44 +0900 |
commit | 40eef623afa434c654bb954d2ecfe3aa39c97713 (patch) | |
tree | c309edf7130f338cf9474cc6a7700256224afd35 /upgrade/update-init.sh | |
parent | d9ca3be37a0afe54d40912fc1fc2d68ad892ded1 (diff) | |
download | system-plugin-40eef623afa434c654bb954d2ecfe3aa39c97713.tar.gz system-plugin-40eef623afa434c654bb954d2ecfe3aa39c97713.tar.bz2 system-plugin-40eef623afa434c654bb954d2ecfe3aa39c97713.zip |
upgrade: fix defectssubmit/tizen_3.0/20161124.125900
Change-Id: I8ec4843c9fb80439983fa1303232f7ba1d5c0483
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
Diffstat (limited to 'upgrade/update-init.sh')
-rwxr-xr-x | upgrade/update-init.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/upgrade/update-init.sh b/upgrade/update-init.sh index 5cbc09a..ead0c43 100755 --- a/upgrade/update-init.sh +++ b/upgrade/update-init.sh @@ -18,6 +18,7 @@ fi # Create home directory test ! -e /opt/usr/home && mkdir -p /opt/usr/home +chsmack -a "_" /opt/usr/home cp -af /usr/share/upgrade/data/home/owner /opt/usr/home # Copy 3.0 rpm db |