From 581b1c109b04764e50b7d7d114edb3d6e8986f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 17 Jun 2024 14:19:18 +0200 Subject: [PATCH] fix --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index a5cee30..177bb28 100755 --- a/scripts/install +++ b/scripts/install @@ -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" diff --git a/scripts/upgrade b/scripts/upgrade index 342a31e..09869be 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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"