Add redefining PATH env in dpm-syspopup 89/106289/1
authorSungbae Yoo <sungbae.yoo@samsung.com>
Wed, 21 Dec 2016 08:05:17 +0000 (17:05 +0900)
committerSungbae Yoo <sungbae.yoo@samsung.com>
Wed, 21 Dec 2016 08:23:04 +0000 (17:23 +0900)
Change-Id: Ieaf5731eb1aba25cdf32d768be83c35a9c21aa31
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
tools/cli/dpm-syspopup

index 6d7bdcc..d3ebe5b 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/bash
+PATH="/usr/bin:/bin:/usr/sbin:/sbin"
+
 dbus-send --system --type=method_call --print-reply --dest=org.tizen.DevicePolicyManager \
                                 /org/tizen/DevicePolicyManager/Syspopup \
                                 org.tizen.DevicePolicyManager.Syspopup.show \