Skip to content
Snippets Groups Projects
Commit 08c6cc82 authored by rvanhoudt's avatar rvanhoudt
Browse files

added mysql client to mgmt and web

parent 576a9985
No related branches found
Tags v1.2
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment