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:
parent
261badc7eb
commit
54d93936cf
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue