From 541e8ed7a62d10414cc80f1a325dd0074d8eb0a1 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Thu, 18 Jun 2015 22:47:52 +0100 Subject: [PATCH] Copy framagames files into /var/ww/$app --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 91df969..b9331a4 100644 --- a/scripts/install +++ b/scripts/install @@ -36,7 +36,7 @@ sudo rm -rf $final_path sudo mkdir -p $final_path # Copy of sources -sudo cp ../sources/* $final_path/ +sudo cp -a ../sources/* $final_path/ # Set permissions sudo chmod 775 -R $final_path