From: Mu-Woong Lee Date: Tue, 6 Sep 2016 01:23:41 +0000 (+0900) Subject: Add 'PATH' environment variable to the upgrade script X-Git-Tag: submit/tizen/20160907.123648^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F86987%2F1;p=platform%2Fcore%2Fcontext%2Fcontext-service.git Add 'PATH' environment variable to the upgrade script Change-Id: Ic372ea8143d15bafb09c3d5b83c5dd7d1334d1ba Signed-off-by: Mu-Woong Lee --- diff --git a/scripts/context-service_upgrade.sh b/scripts/context-service_upgrade.sh index 26c028a..d2fd954 100644 --- a/scripts/context-service_upgrade.sh +++ b/scripts/context-service_upgrade.sh @@ -1,4 +1,5 @@ #!/bin/sh +PATH=/bin:/usr/bin:/sbin:/usr/sbin #------------------------------------------------# # context-service patch for upgrade (2.4 -> 3.0) #