From 95b93f7702a783ac7717416a62f3f9981098a2b2 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 29 Sep 2015 00:04:43 +0200 Subject: [PATCH] [fix] bad path --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 30176c9..7766030 100644 --- a/scripts/install +++ b/scripts/install @@ -20,7 +20,7 @@ sudo cp -a ../sources/dolibarr/* $final_path sudo chown -R www-data: $final_path -touch $final_path/dolibarr/conf/conf.php +touch $final_path/conf/conf.php if [[ "$path" == "" ]]; then sed -i "s@PATHTOCHANGE@/@g" ../conf/nginx.conf