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