From 4531099f87bef6c3665ac5b2759c023ca2e6baa6 Mon Sep 17 00:00:00 2001 From: monsieur-a Date: Sun, 6 Jul 2014 15:38:46 +0200 Subject: [PATCH] gestion des droits --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 5eec2a2..3fbde6b 100644 --- a/scripts/install +++ b/scripts/install @@ -65,6 +65,7 @@ sudo cp -R ../plugins/Ldap_Login $final_path/plugins/Ldap_Login # set permission sudo chown -R www-data:www-data $final_path +sudo chown -R www-data:www-data $datapath sudo chmod -R 755 $final_path sudo chmod 777 $final_path/_data sudo chmod 777 $final_path/upload