From c1b9c6a8232c4847587eae6a5eba9fbfa1bf9235 Mon Sep 17 00:00:00 2001 From: Ilho Kim Date: Thu, 18 Apr 2019 17:22:11 +0900 Subject: [PATCH] Add redefining PATH env in buxton2_upgrade Change-Id: Ib688b193e89de23e194e549c7e641f0fa44f204b Signed-off-by: Ilho Kim --- scripts/299.buxton2_upgrade.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/299.buxton2_upgrade.sh b/scripts/299.buxton2_upgrade.sh index 19f4008..e947c6d 100755 --- a/scripts/299.buxton2_upgrade.sh +++ b/scripts/299.buxton2_upgrade.sh @@ -2,6 +2,7 @@ # # buxton upgrade initialize script (3.0 -> 4.0) # +PATH="/usr/bin:/bin:/usr/sbin:/sbin" DB_DIR=/var/lib/buxton2 -- 2.7.4