From bbc5cc96a72aecc4f2205ad838cbe2682a57963e Mon Sep 17 00:00:00 2001 From: Moul Date: Sat, 18 Jun 2016 09:44:42 +0000 Subject: [PATCH] [enh] install: rm of .htaccess useless now. --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index c1cabde..2201b12 100644 --- a/scripts/install +++ b/scripts/install @@ -38,7 +38,6 @@ version=$(cat ../conf/upstream_version) wget -nc --quiet https://github.com/pluxml/PluXml/archive/$version.zip -P /tmp sudo unzip -q /tmp/$version.zip sudo mv PluXml-$version/* $src_path -sudo find $src_path -type f -name ".htaccess" | xargs sudo rm # Set permissions sudo chown -R root: $src_path