From: Jaehoon Chung Date: Wed, 3 Apr 2024 03:55:43 +0000 (+0900) Subject: tools: scripts: Add a PATH environment in script X-Git-Tag: accepted/tizen/8.0/unified/20240404.155016^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=929c73c98b5bb303e55dc41bb4ac55f88ae91bd1;p=platform%2Fcore%2Fsystem%2Fplugin%2Fupdate-control-generic.git tools: scripts: Add a PATH environment in script Add a PATH environment in script to fix a Path check error. During mic, the below information is displaying. INFO: ###### path check error list ###### INFO: /usr/bin/make-update-control-config.sh,system-plugin-backend-update-control-generic-1.0.6-0.armv7l Change-Id: Ieef37931e5e85042d19eff1b75c21319cbe10335 Signed-off-by: Jaehoon Chung --- diff --git a/tools/scripts/make-update-control-config.sh b/tools/scripts/make-update-control-config.sh index dae2e6e..900db73 100755 --- a/tools/scripts/make-update-control-config.sh +++ b/tools/scripts/make-update-control-config.sh @@ -1,5 +1,7 @@ #!/bin/bash +PATH=/bin:/usr/bin:/sbin:/usr/sbin + RESULT_FILE_PATH='/opt/usr/update-control-server.conf' DELTA_TYPE=""