1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pluxml_ynh.git synced 2024-09-03 20:16:02 +02:00

[enh] install: rm of .htaccess useless now.

This commit is contained in:
Moul 2016-06-18 09:44:42 +00:00
parent 7716439b3a
commit bbc5cc96a7

View file

@ -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