From bab8cb797be8f525fab23f2776e1a5b5f77018c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Sat, 27 Nov 2021 13:16:47 +0100 Subject: [PATCH] fix(_common.sh): oups (online editing) --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 9b3a305..0eb7eca 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -24,7 +24,7 @@ yeswiki_update_dir_rights() { local final_path="${2}" chown -R $app:$app $final_path - chmod -R u=rwX,g=rX,o=rW $final_path + chmod -R u=rwX,g=rX,o=rX $final_path chmod -R g+rwX,o+rwX $final_path/{cache,files} }