1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/converse_ynh.git synced 2024-09-03 18:25:53 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2021-02-02 12:49:42 +01:00
parent c46557ee7e
commit 00559ad1f1
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -63,7 +63,7 @@ then
ynh_secure_remove --file="$final_path" ynh_secure_remove --file="$final_path"
# Download, the source from sources folder # Download, the source from sources folder
cp -a ../sources/* $final_path 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="__DOMAIN____PATH__" --replace_string="$domain$path_url" --target_file="$final_path/index.html"
fi fi