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

[enh] remove useless .htaccess

This commit is contained in:
Julien Malik 2014-11-17 16:07:40 +01:00 committed by Moul
parent 3eaffb354c
commit 0e87c50673

View file

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