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:
commit
bd59ff2718
1 changed files with 0 additions and 20 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue