mirror of
https://github.com/YunoHost-Apps/converse_ynh.git
synced 2024-09-03 18:25:53 +02:00
Update install
This commit is contained in:
parent
e729396361
commit
ab75675098
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path
|
|||
# Download, the source from sources folder
|
||||
mkdir -p $final_path && cp -a ../sources/* $final_path
|
||||
|
||||
ynh_replace_string --match_string="__DOMAIN____PATH__" --replace_string="$domain$path_url" --target_file="$final_path/index.html"
|
||||
ynh_replace_string --match_string="__PATH__" --replace_string="$path_url" --target_file="$final_path/index.html"
|
||||
ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="$final_path/index.html"
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue