From 62f02b72e369fb3c5c5a3d80a704bd1bc5f55ed0 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Fri, 18 Dec 2015 01:03:52 +0100 Subject: [PATCH] Copie des ajouts --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 5795dd4..14a1b6f 100644 --- a/scripts/install +++ b/scripts/install @@ -34,6 +34,7 @@ final_path=/var/www/$app sudo mkdir -p $final_path tar -xf ../sources/teampass.tar.gz sudo cp -a teampass/.* $final_path +sudo cp -a ../sources/ajouts/.* $final_path sudo cp ../conf/mdphash.php $final_path sudo chown -R www-data: $final_path