From 50223082d480c8405d3517d6ba1b97541aeb60ba Mon Sep 17 00:00:00 2001 From: Hyokeun Jeon Date: Tue, 12 Nov 2019 13:52:27 +0900 Subject: [PATCH] Change some exec condition Change-Id: I330f36c2d0447e9bcc12608ae1aa0735c07ff082 --- build.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.template b/build.template index bb1d2a3..ae4cac6 100644 --- a/build.template +++ b/build.template @@ -65,7 +65,7 @@ TIDLC_PATH=`sed -n '/tidl/p' /home/build/.bashrc | cut -f2 -d':'` if [ ! -z ${TIDLC_PATH} ]; then echo "PATH=\$PATH:${TIDLC_PATH}" >> /home/build/.profile; fi su - build -c "tidlc --version" -DBUS_SESSION="dbus-run-session -- bash; echo build | gnome-keyring-daemon --unlock; " +DBUS_SESSION="dbus-run-session -- bash && echo build | gnome-keyring-daemon --unlock && " su - build -c "gnome-keyring-daemon --help" if [ $? -ne 0 ]; then DBUS_SESSION=" " -- 2.7.4