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:
parent
7716439b3a
commit
bbc5cc96a7
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ version=$(cat ../conf/upstream_version)
|
||||||
wget -nc --quiet https://github.com/pluxml/PluXml/archive/$version.zip -P /tmp
|
wget -nc --quiet https://github.com/pluxml/PluXml/archive/$version.zip -P /tmp
|
||||||
sudo unzip -q /tmp/$version.zip
|
sudo unzip -q /tmp/$version.zip
|
||||||
sudo mv PluXml-$version/* $src_path
|
sudo mv PluXml-$version/* $src_path
|
||||||
sudo find $src_path -type f -name ".htaccess" | xargs sudo rm
|
|
||||||
|
|
||||||
# Set permissions
|
# Set permissions
|
||||||
sudo chown -R root: $src_path
|
sudo chown -R root: $src_path
|
||||||
|
|
Loading…
Reference in a new issue