mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
back to correct code
This commit is contained in:
parent
738a270d5f
commit
f8774da26a
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ ynh_add_fpm_config --package="$extra_php_dependencies"
|
|||
#=================================================
|
||||
ynh_script_progression --message="Adding a configuration file..." --weight=5
|
||||
|
||||
# copy config.dist.php create config.local.php
|
||||
ynh_add_config --template="config.dist.php" --destination="$final_path/config.local.php"
|
||||
# copy config.dist.php creating config.local.php
|
||||
cp -a $final_path/config.dist.php $final_path/config.local.php
|
||||
# create a key for the secret key CSFR;
|
||||
key=$(ynh_string_random --length=50)
|
||||
# edit config.local.php
|
||||
|
|
Loading…
Add table
Reference in a new issue