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

[upd] adding .htaccess

This commit is contained in:
matlink 2015-08-17 21:49:04 +02:00 committed by Moul
parent 86f7de3a47
commit 467a79cac2
2 changed files with 1 additions and 0 deletions

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 cp ../sources/.htaccess $final_path/
sudo find $final_path -type f -name ".htaccess" | xargs sudo rm
#setup permissions

0
sources/.htaccess Normal file
View file