From d37584eeef54c13c0fb44bc1683d505777326946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 7 Mar 2024 17:07:22 +0100 Subject: [PATCH] oops --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 656e40a..f843eb7 100755 --- a/scripts/install +++ b/scripts/install @@ -25,7 +25,7 @@ ln -sf /opt/dotnet/dotnet /usr/bin ynh_script_progression --message="Setting up source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source --dest_dir="$install_dir/sources" +ynh_setup_source --dest_dir="$install_dir" chmod -R o-rwx "$install_dir" chown -R "$app:www-data" "$install_dir"