From aa5adb201018e55769d470d1de9f2be709809906 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Tue, 28 Apr 2015 18:24:26 +0200 Subject: [PATCH] Ajout de la copie des sources --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index fc36364..2a74515 100644 --- a/scripts/install +++ b/scripts/install @@ -36,6 +36,7 @@ sudo yunohost app setting spip mysqlpwd -v $db_pwd # Copy files to the right place final_path=/var/www/spip sudo mkdir -p $final_path +sudo cp -a ../sources/* $final_path # Set permissions to roundcube directory sudo chown -R www-data: $final_path