mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 22:13:13 +00:00
12 lines
232 B
Bash
Executable File
12 lines
232 B
Bash
Executable File
#!/bin/bash
|
|
|
|
FILE=/var/alchemy/Phraseanet/config/configuration.yml
|
|
if [ -f "$FILE" ]; then
|
|
echo "$FILE exist, skip setup."
|
|
else
|
|
echo "$FILE doesn't exist, entering setup..."
|
|
runuser app -c '/auto-install.sh'
|
|
fi
|
|
|
|
php-fpm
|