From abf69917f43a31c25ab8fc5592264fa14f764fd1 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Thu, 21 Aug 2014 23:38:23 +0200 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9ation=20du=20dossier=20cache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index a4e3eb7..3796c1a 100644 --- a/scripts/install +++ b/scripts/install @@ -71,6 +71,7 @@ curl -k --cookie-jar cookies.txt "https://$domain$path/install.php?installButton sudo sed -i "s@define('LANGUAGE','.*');@define('LANGUAGE','$language');@" $final_path/constant.php # Files owned by root, www-data can just read +sudo mkdir $final_path/cache sudo find $final_path -type f | xargs sudo chmod 644 sudo find $final_path -type d | xargs sudo chmod 755 sudo chown -R root: $final_path