From 0e87c50673a85b5e0969ef9f6d171420537daa64 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Mon, 17 Nov 2014 16:07:40 +0100 Subject: [PATCH] [enh] remove useless .htaccess --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index e9dcc32..9f516a1 100644 --- a/scripts/install +++ b/scripts/install @@ -35,6 +35,7 @@ sudo mkdir -p $final_path #copy files to final folder and set permissions sudo cp -R ../sources/* $final_path/ +sudo find $final_path -type f -name ".htaccess" | xargs sudo rm #setup permissions sudo chown -R root: $final_path