kubernetes #comment Fix the owner of config to app at the fpm container startup

This commit is contained in:
Alexandre BRACH
2019-09-26 17:39:00 +02:00
parent cea47e8725
commit b7f5a4cf3c

View File

@@ -1,5 +1,6 @@
#!/bin/bash
chown -R app:app /var/alchemy/Phraseanet/config
FILE=/var/alchemy/Phraseanet/config/configuration.yml
if [ -f "$FILE" ]; then
echo "$FILE exist, skip setup."