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} }