From ae6392671c0219f2ea4c149142c1db3ccf046e81 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sun, 27 Sep 2015 01:07:30 +0200 Subject: [PATCH] [mod] set correct permissions --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 4382bcb..66d8353 100644 --- a/scripts/install +++ b/scripts/install @@ -17,4 +17,6 @@ sudo mkdir -p $final_path sudo cp -a ../sources/html/ $final_path sudo cp -a ../sources/include/ $final_path +sudo chown -R www-data: $final_path + sudo yunohost app setting noalyss version -v "6.9.0.0"