From 5f1ad7d03d6510ab6646f6a953fd394f2a813b44 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 28 Sep 2015 23:02:46 +0200 Subject: [PATCH] [enh] start to move files --- scripts/install | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/install b/scripts/install index 45189c3..b804a86 100644 --- a/scripts/install +++ b/scripts/install @@ -13,3 +13,11 @@ fi path=${path%/} sudo yunohost app setting dolibarr version -v "3.8.0" + +final_path=/var/www/noalyss +sudo mkdir -p $final_path +sudo cp -a ../sources/dolibarr/* $final_path + +sudo chown -R www-data: $final_path + +touch $final_path/dolibarr/conf/conf.php