From 9d6b4eb7941345ee53fd83363382210727972297 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 29 Sep 2015 00:12:30 +0200 Subject: [PATCH] [fix] still bad path --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7766030..8a90682 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/conf/conf.php +touch $final_path/htdocs/conf/conf.php if [[ "$path" == "" ]]; then sed -i "s@PATHTOCHANGE@/@g" ../conf/nginx.conf