From 23fc589b655a9ef5cd02470eb6174fc5920c5266 Mon Sep 17 00:00:00 2001 From: Candid Dauth Date: Sun, 11 Apr 2021 01:51:14 +0200 Subject: [PATCH] Remove FacilMap documentation from build --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index b3a9e66..8237c02 100755 --- a/scripts/install +++ b/scripts/install @@ -120,6 +120,9 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$final_path" +# Remove docs, they are not needed and take a lot of space +rm -rf "$final_path/docs" + #================================================= # NGINX CONFIGURATION #=================================================