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

Avoid error when space in filename

This commit is contained in:
ewilly 2016-06-28 20:43:44 +02:00 committed by GitHub
parent 3606354dfc
commit ccf106ee6f

View file

@ -29,8 +29,8 @@ sudo cp -r /tmp/PluXml-$version/{config.php,core,feed.php,index.php,sitemap.php,
sudo chown -R root: $src_path
sudo chown -R www-data: $src_path/{data,plugins}
sudo find $src_path -type f | xargs sudo chmod 644
sudo find $src_path -type d | xargs sudo chmod 755
sudo find $src_path -type f -exec chmod 644 {} +
sudo find $src_path -type d -exec chmod 755 {} +
#configure nginx settings
folder_path=${path%/}