mirror of
https://github.com/YunoHost-Apps/aeneria_ynh.git
synced 2024-09-03 18:06:15 +02:00
Update upgrade
This commit is contained in:
parent
1c2df65aad
commit
31d0625fe0
1 changed files with 0 additions and 7 deletions
|
@ -143,14 +143,7 @@ ynh_add_fpm_config --usage=low --footprint=low --package="$extra_php_dependencie
|
|||
#=================================================
|
||||
ynh_script_progression --message="Configuring aeneria..." --weight=1
|
||||
|
||||
# Copy and set aeneria dist configuration
|
||||
aeneria_conf="$final_path/.env"
|
||||
# cp ../conf/.env $aeneria_conf
|
||||
|
||||
# ynh_replace_string --match_string="__DB_NAME__" --replace_string="$db_name" --target_file="$aeneria_conf"
|
||||
# ynh_replace_string --match_string="__DB_USER__" --replace_string="$db_user" --target_file="$aeneria_conf"
|
||||
# ynh_replace_string --match_string="__DB_PWD__" --replace_string="$db_pwd" --target_file="$aeneria_conf"
|
||||
# ynh_replace_string --match_string="__DESKEY__" --replace_string="$deskey" --target_file="$aeneria_conf"
|
||||
|
||||
ynh_add_config --template="../conf/.env" --destination="$aeneria_conf"
|
||||
|
||||
|
|
Loading…
Reference in a new issue