diff --git a/scripts/install b/scripts/install index a9ae518..545e8fc 100644 --- a/scripts/install +++ b/scripts/install @@ -155,7 +155,9 @@ ynh_replace_string "yunobase" "$db_name" "$final_path/config.php" # Remove non utile files rm -rf "$final_path/install" -rm -rf "$final_path/.htaccess" +rm -f "$final_path/INSTALL.txt" +rm -f "$final_path/README.md" +rm -f "$final_path/.htaccess" rm -rf "$final_path/.git*" # Set permissions to app files