mirror of
https://github.com/YunoHost-Apps/converse_ynh.git
synced 2024-09-03 18:25:53 +02:00
fix
This commit is contained in:
parent
fb02752a31
commit
581b1c109b
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1
|
|||
# Download, check integrity, uncompress and patch the source from manifest.toml
|
||||
ynh_setup_source --dest_dir="$install_dir"
|
||||
|
||||
ynh_add_config --template="../sources/index.html" --destination="$install_dir/dist/index.html"
|
||||
ynh_add_config --template="../sources/index.html" --destination="$install_dir/index.html"
|
||||
|
||||
chown -R "$app:www-data" "$install_dir"
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ ynh_script_progression --message="Upgrading source files..." --weight=4
|
|||
# Download, check integrity, uncompress and patch the source from manifest.toml
|
||||
ynh_setup_source --dest_dir="$install_dir" --full_replace=1
|
||||
|
||||
ynh_add_config --template="../sources/index.html" --destination="$install_dir/dist/index.html"
|
||||
ynh_add_config --template="../sources/index.html" --destination="$install_dir/index.html"
|
||||
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue