3 if [ x"${USER}" == x"root" ]
5 #5000 is inhouse user id
6 #do not use relative path
7 chown -R 5000:5000 /opt/apps/org.tizen.lockscreen/data
10 GOPTION="" # Set without -g, -u options
11 if [ ${USER} == "root" ]
13 # Set vconf values with -g/-u options
17 vconftool $GOPTION set -t string file/private/org.tizen.lockscreen/title "Welcome"
18 vconftool $GOPTION set -t string file/private/org.tizen.lockscreen/title2 " "
19 vconftool $GOPTION set -t int file/private/org.tizen.lockscreen/title_line "1"
20 vconftool $GOPTION set -t int db/org.tizen.lockscreen/info_position "2"