From 407d2e21b187d13be187ad5f1e7420eff7e0e464 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Wed, 11 Nov 2015 18:55:34 +0100 Subject: [PATCH] install script cp correct command --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 53b3c4b..ee50552 100644 --- a/scripts/install +++ b/scripts/install @@ -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