From ff5fb06ea16e5662e3806962e27b4ff140ce6dcd Mon Sep 17 00:00:00 2001 From: Kayou Date: Sat, 23 Feb 2019 01:39:09 +0100 Subject: [PATCH] Fixing permission --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index df2b0e0..210e203 100644 --- a/scripts/install +++ b/scripts/install @@ -243,7 +243,7 @@ install -o root -g root -m 0755 ../conf/$service_name /usr/local/bin/ mkdir -pm 0755 ${final_path}/ cp -a ../sources/* ${final_path}/ -chown -R root: ${final_path}/ +chown -R www-data: ${final_path}/ chmod -R 0644 ${final_path}/* find ${final_path}/ -type d -exec chmod +x {} \;