From 3f113d3526738d3b68969c19c481f0d1b8d59903 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville <rodolphe@quiedeville.org> Date: Wed, 6 Apr 2005 12:01:19 +0000 Subject: [PATCH] Correction Bug #12579 --- prepare-install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/prepare-install.sh b/prepare-install.sh index cdc4580f27e..10966527e6a 100644 --- a/prepare-install.sh +++ b/prepare-install.sh @@ -3,9 +3,9 @@ # # Prepare l'installation web de Dolibarr # -mkdir document -chown www-data document -mkdir htdocs/document -chown www-data htdocs/document +mkdir documents +chown www-data documents +mkdir htdocs/documents +chown www-data htdocs/documents touch htdocs/conf/conf.php chown www-data htdocs/conf/conf.php -- GitLab