From 83cf3b37ab819300b612808d8fe6a97f36eee665 Mon Sep 17 00:00:00 2001 From: Kyoungyong Lee Date: Fri, 1 Jul 2016 13:38:35 +0900 Subject: [PATCH] change to use absolute path in shell script Change-Id: Id284cdc4b3fc3401f00fe0140d44d8414570de5f --- res/usr/bin/privacy_guard_create_clean_db.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/usr/bin/privacy_guard_create_clean_db.sh b/res/usr/bin/privacy_guard_create_clean_db.sh index 84faa11..898edbb 100755 --- a/res/usr/bin/privacy_guard_create_clean_db.sh +++ b/res/usr/bin/privacy_guard_create_clean_db.sh @@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +TZ_SYS_DB=/opt/dbspace +TZ_SYS_BIN=/usr/bin source /etc/tizen-platform.conf for name in privacy_guard do -- 2.7.4