1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/backdrop_ynh.git synced 2024-09-03 20:36:14 +02:00

Merge branch 'testing' into 1.18.0

This commit is contained in:
ericgaspar 2021-01-06 09:24:28 +01:00
commit bd59ff2718
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -77,26 +77,6 @@ then
ynh_store_file_checksum --file="/etc/nginx/conf.d/$new_domain.d/$app.conf"
fi
#=================================================
# SPECIFIC MODIFICATIONS
#=================================================
# ynh_script_progression --message="Configuring $app..." --weight=1
# domain="$new_domain"
# path_url="$new_path"
# ynh_backup_if_checksum_is_different --file="$final_path/settings.php"
# cp ../conf/settings.example.php "$final_path/settings.php"
# # Change domain name in config.php
# ynh_replace_string --match_string="__DBNAME__" --replace_string="$db_name" --target_file="$final_path/settings.php"
# ynh_replace_string --match_string="__DBPWD__" --replace_string="$db_pwd" --target_file="$final_path/settings.php"
# #ynh_replace_string --match_string="__DOMAINPATH__" --replace_string="https://$domain$path_url" --target_file="$final_path/settings.php"
# # Recalculate and store the config file checksum into the app settings
# ynh_store_file_checksum --file="$final_path/settings.php"
#=================================================
# GENERIC FINALIZATION
#=================================================