This commit is contained in:
Félix Piédallu
2024-03-07 17:07:22 +01:00
parent 7be2ca5142
commit d37584eeef
+1 -1
View File
@@ -25,7 +25,7 @@ ln -sf /opt/dotnet/dotnet /usr/bin
ynh_script_progression --message="Setting up source files..." --weight=1 ynh_script_progression --message="Setting up source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src # 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" chmod -R o-rwx "$install_dir"
chown -R "$app:www-data" "$install_dir" chown -R "$app:www-data" "$install_dir"