From 08c6cc8202fc171f41606e8b0ab3cdcac54c6160 Mon Sep 17 00:00:00 2001 From: Rudi Van Houdt <rudi@iadept.be> Date: Wed, 13 Sep 2017 23:28:18 +0200 Subject: [PATCH] added mysql client to mgmt and web --- rpmbuild/SPECS/joinup.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmbuild/SPECS/joinup.spec b/rpmbuild/SPECS/joinup.spec index 0ca72f7a95..e5cc1f1b72 100644 --- a/rpmbuild/SPECS/joinup.spec +++ b/rpmbuild/SPECS/joinup.spec @@ -69,7 +69,7 @@ ls -td1 Join* | tail -n +4 | xargs sudo rm -rf IS_USER=`cat /etc/passwd |grep '%{_prefix}' | tr ":" "\n" | head -n 1` -if [ $IS_USER ]; +if [ $IS_USER ]; then echo "Changing access rights of deployed app !" chown $IS_USER:apache %{name}-%{version} -R fi -- GitLab