From 9cd5a32cba55aaeec0cbbb460419b2c8909043a9 Mon Sep 17 00:00:00 2001 From: Matlink Date: Thu, 20 Aug 2015 23:01:42 +0200 Subject: [PATCH] [fix] removing useless .htaccess whatever, it was removed anyway just after to be copied. --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index d35df86..c185e54 100644 --- a/scripts/install +++ b/scripts/install @@ -38,7 +38,6 @@ sudo mkdir -p $final_path #copy files to final folder and set permissions sudo cp -R ../sources/* $final_path/ -sudo cp ../sources/.htaccess $final_path/ sudo find $final_path -type f -name ".htaccess" | xargs sudo rm #setup permissions