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

[fix] removing useless .htaccess

whatever, it was removed anyway just after to be copied.
This commit is contained in:
Matlink 2015-08-20 23:01:42 +02:00
parent 6dd6e0396b
commit 9cd5a32cba

View file

@ -38,7 +38,6 @@ sudo mkdir -p $final_path
#copy files to final folder and set permissions #copy files to final folder and set permissions
sudo cp -R ../sources/* $final_path/ sudo cp -R ../sources/* $final_path/
sudo cp ../sources/.htaccess $final_path/
sudo find $final_path -type f -name ".htaccess" | xargs sudo rm sudo find $final_path -type f -name ".htaccess" | xargs sudo rm
#setup permissions #setup permissions