1
0
Fork 0
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:
magikcypress 2015-11-11 18:55:34 +01:00
parent dfa6377e10
commit 407d2e21b1

View file

@ -28,7 +28,7 @@ db_user=grav
# Copy files to the right place # Copy files to the right place
final_path=/var/www/grav final_path=/var/www/grav
sudo mkdir -p $final_path sudo mkdir -p $final_path
sudo cp -a ../src/* $final_path sudo cp -aR ../src/* $final_path
# Set permissions to roundcube directory # Set permissions to roundcube directory
sudo chown -R www-data: $final_path sudo chown -R www-data: $final_path