1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moodle_ynh.git synced 2024-09-03 19:46:23 +02:00

Update change_url

This commit is contained in:
ericgaspar 2021-08-17 16:04:07 +02:00
parent 760abf8c9a
commit 6e2ed9da12
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -105,7 +105,7 @@ ynh_script_progression --message="Updating a configuration file..." --weight=1
domain=$new_domain
path_url=$new_path
ynh_replace_string --match_string="\$CFG->wwwroot = '.*'" --replace_string="\$CFG->wwwroot = 'https://${domain}${path_url%/}';" --target_file="$final_path/config.php"
ynh_replace_string --match_string="\$CFG->wwwroot = '.*';" --replace_string="\$CFG->wwwroot = 'https://${domain}${path_url%/}';" --target_file="$final_path/config.php"
#=================================================
# END OF SCRIPT