From b555652c4207d1259b11a64bafe5382f16c5a292 Mon Sep 17 00:00:00 2001 From: liberodark Date: Mon, 13 Jan 2020 10:42:15 +0100 Subject: [PATCH] Update install --- scripts/install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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