mirror of
https://github.com/YunoHost-Apps/grav_ynh.git
synced 2024-09-03 19:16:01 +02:00
install script cp correct command
This commit is contained in:
parent
dfa6377e10
commit
407d2e21b1
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ db_user=grav
|
|||
# Copy files to the right place
|
||||
final_path=/var/www/grav
|
||||
sudo mkdir -p $final_path
|
||||
sudo cp -a ../src/* $final_path
|
||||
sudo cp -aR ../src/* $final_path
|
||||
|
||||
# Set permissions to roundcube directory
|
||||
sudo chown -R www-data: $final_path
|
||||
|
|
Loading…
Reference in a new issue