From 793674258c5bc771755c4ff4fd8aa12f6faca251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 26 Mar 2024 00:03:30 +0100 Subject: [PATCH] Try to fix permission --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 2f088af..82a6659 100644 --- a/scripts/install +++ b/scripts/install @@ -28,6 +28,8 @@ ynh_script_progression --message="Setting up source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --source_id="main" --dest_dir="$install_dir" +mkdir -p "$install_dir/documents" + chmod 750 "$install_dir" chmod -R o-rwx "$install_dir" chmod go-w "$install_dir/documents"