From 60dc8af54b95c8487baf50ae5501d90e7c086266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 28 May 2023 21:17:31 +0200 Subject: [PATCH] fix --- conf/nginx.conf | 3 --- scripts/install | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 6748dee..a2a1ce1 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -40,6 +40,3 @@ location __PATH__/ { } } - - - diff --git a/scripts/install b/scripts/install index ffdd50f..60be0d5 100755 --- a/scripts/install +++ b/scripts/install @@ -16,7 +16,7 @@ source /usr/share/yunohost/helpers #================================================= ynh_script_progression --message="Setting up source files..." --weight=1 -ynh_setup_source --dest_dir="$install_dir" +ynh_setup_source --dest_dir="$install_dir/static" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir"