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

fix change_url

This commit is contained in:
yalh76 2019-04-10 05:27:15 +02:00
parent ed2b7d1602
commit 7b3e6914f5

View file

@ -93,7 +93,7 @@ ynh_systemd_action --action=stop --service_name=$app
# MODIFY A CONFIG FILE
#=================================================
ynh_replace_string "host =.*" "host =https://$new_domain$new_path" "$final_path/config.ini"
ynh_replace_string "host =.*" "host = https://$new_domain$new_path" "$final_path/config.ini"
#=================================================
# START SERVICE