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

Double quote sur la variable du chown

This commit is contained in:
magikcypress 2017-03-11 12:20:28 +01:00
parent 261badc7eb
commit 54d93936cf

View file

@ -45,7 +45,7 @@ fi
sudo cp -a ./sources "$final_path"
# Set permissions
sudo chown -R www-data: $final_path
sudo chown -R www-data: "$final_path"
# Restore nginx configuration files
sudo cp -a ./nginx.conf "$nginx_conf"