1
0
Fork 0
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:
ericgaspar 2021-03-18 09:43:45 +01:00
parent 1c2df65aad
commit 31d0625fe0
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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"