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:
parent
ed2b7d1602
commit
7b3e6914f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue