mirror of
https://github.com/YunoHost-Apps/framaforms_ynh.git
synced 2024-09-03 18:36:12 +02:00
Update install
This commit is contained in:
parent
74c4ed27df
commit
220fa83cba
1 changed files with 1 additions and 6 deletions
|
@ -32,11 +32,6 @@ ynh_script_progression --message="Configuring PHP-FPM..." --weight=1
|
|||
# Create a dedicated PHP-FPM config
|
||||
ynh_add_fpm_config
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
#=================================================
|
||||
ynh_script_progression --message="Configuring NGINX web server..." --weight=1
|
||||
|
||||
# Create a dedicated NGINX config
|
||||
ynh_add_nginx_config
|
||||
|
||||
|
@ -86,7 +81,7 @@ chmod 2775 "$install_dir/app/sites/default/files"
|
|||
#=================================================
|
||||
ynh_script_progression --message="Adding a configuration file..." --weight=1
|
||||
|
||||
ynh_add_config --template="../conf/default.settings.php" --destination="$install_dir/app/sites/default/settings.php"
|
||||
ynh_add_config --template="default.settings.php" --destination="$install_dir/app/sites/default/settings.php"
|
||||
|
||||
chmod 600 "$install_dir/app/sites/default/settings.php"
|
||||
chown $app:$app "$install_dir/app/sites/default/settings.php"
|
||||
|
|
Loading…
Add table
Reference in a new issue